inverse: cleanup using.

char-rename
John Benediktsson 2016-11-29 17:02:01 -08:00
parent 8bdaf26d6b
commit 13807172d4
1 changed files with 7 additions and 7 deletions

View File

@ -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 ;