]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix monads unit tests
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 9 Dec 2008 10:21:50 +0000 (04:21 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 9 Dec 2008 10:21:50 +0000 (04:21 -0600)
extra/monads/monads-tests.factor

index d0014b5abe7ca38c26df52199f9cb70dbf2ce82d..44234bc4bc538242503e11d55e3664c9439630d2 100644 (file)
@@ -1,4 +1,4 @@
-USING: tools.test monads math kernel sequences lists promises ;
+USING: tools.test math kernel sequences lists promises monads ;
 IN: monads.tests
 
 [ 5 ] [ 1 identity-monad return [ 4 + ] fmap run-identity ] unit-test