inverse: remove unnecessary dependency on debugger

db4
Slava Pestov 2010-02-17 00:32:53 +13:00
parent 6620a12cde
commit 55cf38163f
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
! Copyright (C) 2007, 2009 Daniel Ehrenberg. ! Copyright (C) 2007, 2009 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel locals words summary slots quotations USING: accessors kernel locals words summary slots quotations
sequences assocs math arrays stack-checker effects sequences assocs math arrays stack-checker effects continuations
continuations debugger classes.tuple namespaces make vectors classes.tuple namespaces make vectors bit-arrays byte-arrays
bit-arrays byte-arrays strings sbufs math.functions macros strings sbufs math.functions macros sequences.private
sequences.private combinators mirrors splitting combinators.smart combinators mirrors splitting combinators.smart
combinators.short-circuit fry words.symbol generalizations combinators.short-circuit fry words.symbol generalizations
classes ; classes ;
IN: inverse IN: inverse