]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/monads/monads-tests.factor
Making sure that vocabs only have lists or lists.lazy if they need them
[factor.git] / extra / monads / monads-tests.factor
index 98cc403910afb1c7603601ec53d449e1f3edb7ff..d0014b5abe7ca38c26df52199f9cb70dbf2ce82d 100644 (file)
@@ -1,4 +1,4 @@
-USING: tools.test monads math kernel sequences lists lists.lazy promises ;
+USING: tools.test monads math kernel sequences lists promises ;
 IN: monads.tests
 
 [ 5 ] [ 1 identity-monad return [ 4 + ] fmap run-identity ] unit-test