]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/amb/amb.factor
extra: fix using
[factor.git] / extra / rosetta-code / amb / amb.factor
index 89931cd18b0a98575603939107e8d6f747f20480..6685b5a1503b91eddfbad6db54965e44d00cba51 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: backtrack continuations kernel prettyprint sequences ;
+USING: backtrack continuations kernel prettyprint sequences
+splitting ;
 IN: rosetta-code.amb
 
 ! http://rosettacode.org/wiki/Amb