inverse: cleanup using.
parent
8bdaf26d6b
commit
13807172d4
|
|
@ -1,12 +1,12 @@
|
||||||
! 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 arrays assocs bit-arrays byte-arrays classes
|
||||||
sequences assocs math arrays stack-checker effects continuations
|
classes.tuple combinators combinators.short-circuit
|
||||||
classes.tuple namespaces make vectors bit-arrays byte-arrays
|
combinators.smart continuations effects fry generalizations
|
||||||
strings sbufs math.functions macros sequences.private
|
kernel locals macros make math math.functions namespaces
|
||||||
combinators mirrors splitting combinators.smart
|
quotations sbufs sequences sequences.generalizations slots
|
||||||
combinators.short-circuit fry words.symbol generalizations
|
splitting stack-checker strings summary vectors words
|
||||||
sequences.generalizations classes ;
|
words.symbol ;
|
||||||
IN: inverse
|
IN: inverse
|
||||||
|
|
||||||
ERROR: fail ;
|
ERROR: fail ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue