Fix monads unit tests

db4
Slava Pestov 2008-12-09 04:21:50 -06:00
parent bb912a3dfd
commit 10e1c6b512
1 changed files with 1 additions and 1 deletions

View 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