mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 19:19:57 +00:00
Apply the generic monad tests to state-transformer
This commit is contained in:
parent
76ffe600ef
commit
e653ea0b84
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
|
|
||||||
(include-lib "deps/lfeunit/include/lfeunit-macros.lfe")
|
(include-lib "deps/lfeunit/include/lfeunit-macros.lfe")
|
||||||
(include-lib "include/monads.lfe")
|
(include-lib "include/monads.lfe")
|
||||||
|
(include-lib "include/monad-tests.lfe")
|
||||||
|
|
||||||
|
(test-monad (: state-transformer new 'identity-monad))
|
||||||
|
|
||||||
(deftest eval
|
(deftest eval
|
||||||
(is-equal 5
|
(is-equal 5
|
||||||
|
|
Loading…
Reference in a new issue