From 55cf38163f1b9cc3ce5368b90f96a9041240398a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 17 Feb 2010 00:32:53 +1300 Subject: [PATCH] inverse: remove unnecessary dependency on debugger --- basis/inverse/inverse.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/inverse/inverse.factor b/basis/inverse/inverse.factor index d112e4e6eb..3485b3efa7 100644 --- a/basis/inverse/inverse.factor +++ b/basis/inverse/inverse.factor @@ -1,10 +1,10 @@ ! 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 debugger classes.tuple namespaces make vectors -bit-arrays byte-arrays strings sbufs math.functions macros -sequences.private combinators mirrors splitting combinators.smart +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 classes ; IN: inverse