inverse: remove unnecessary dependency on debugger
parent
6620a12cde
commit
55cf38163f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue