aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/state.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/state.lux')
-rw-r--r--stdlib/source/test/lux/control/state.lux37
1 files changed, 19 insertions, 18 deletions
diff --git a/stdlib/source/test/lux/control/state.lux b/stdlib/source/test/lux/control/state.lux
index 6d6626522..2c1541dbf 100644
--- a/stdlib/source/test/lux/control/state.lux
+++ b/stdlib/source/test/lux/control/state.lux
@@ -1,22 +1,23 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [monad (#+ do)]
- [\spec
- ["$." functor (#+ Injection Comparison)]
- ["$." apply]
- ["$." monad]]]
- [control
- [pipe (#+ let>)]
- ["." io]]
- [data
- ["." product]]
- [math
- ["." random]
- [number
- ["n" nat]]]]
- [\\
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [monad (#+ do)]
+ [\\spec
+ ["$." functor (#+ Injection Comparison)]
+ ["$." apply]
+ ["$." monad]]]
+ [control
+ [pipe (#+ let>)]
+ ["." io]]
+ [data
+ ["." product]]
+ [math
+ ["." random]
+ [number
+ ["n" nat]]]]]
+ [\\library
["." / (#+ State)]])
(def: (with-conditions [state output] computation)