]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/specialized-arrays/functor/functor.factor
Fix conflict
[factor.git] / basis / specialized-arrays / functor / functor.factor
index 2a062105bb4179a7046a900a40b0ab47c167918d..579da5b84a4dd783b2d7cc0523d2127e553b4325 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: functors sequences sequences.private prettyprint.backend
+USING: functors sequences sequences.private prettyprint.custom
 kernel words classes math parser alien.c-types byte-arrays
 accessors summary ;
 IN: specialized-arrays.functor