diff --git a/extra/monads/monads-tests.factor b/extra/monads/monads-tests.factor index d0014b5abe..44234bc4bc 100644 --- a/extra/monads/monads-tests.factor +++ b/extra/monads/monads-tests.factor @@ -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