Fix monads unit tests
parent
bb912a3dfd
commit
10e1c6b512
|
@ -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
|
IN: monads.tests
|
||||||
|
|
||||||
[ 5 ] [ 1 identity-monad return [ 4 + ] fmap run-identity ] unit-test
|
[ 5 ] [ 1 identity-monad return [ 4 + ] fmap run-identity ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue