]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/monads/monads-tests.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / extra / monads / monads-tests.factor
index ee63b14f3c27d999d6556881af3522ab5291957c..0f1eb8edda53fcf203689f1d7640ecf212b4e903 100644 (file)
@@ -1,4 +1,5 @@
 USING: tools.test math kernel sequences lists promises monads ;
+FROM: monads => do ;
 IN: monads.tests
 
 [ 5 ] [ 1 identity-monad return [ 4 + ] fmap run-identity ] unit-test