From 13807172d4244fbbfef4eee007c95d367ce7877c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 29 Nov 2016 17:02:01 -0800 Subject: [PATCH] inverse: cleanup using. --- basis/inverse/inverse.factor | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/basis/inverse/inverse.factor b/basis/inverse/inverse.factor index c9f5ada3da..0c099ed1c5 100644 --- a/basis/inverse/inverse.factor +++ b/basis/inverse/inverse.factor @@ -1,12 +1,12 @@ ! Copyright (C) 2007, 2009 Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors kernel locals words summary slots quotations -sequences assocs math arrays stack-checker effects continuations -classes.tuple namespaces make vectors bit-arrays byte-arrays -strings sbufs math.functions macros sequences.private -combinators mirrors splitting combinators.smart -combinators.short-circuit fry words.symbol generalizations -sequences.generalizations classes ; +USING: accessors arrays assocs bit-arrays byte-arrays classes +classes.tuple combinators combinators.short-circuit +combinators.smart continuations effects fry generalizations +kernel locals macros make math math.functions namespaces +quotations sbufs sequences sequences.generalizations slots +splitting stack-checker strings summary vectors words +words.symbol ; IN: inverse ERROR: fail ;