diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux/control/effect.lux (renamed from stdlib/test/test/lux/effect.lux) | 6 | ||||
-rw-r--r-- | stdlib/test/tests.lux | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/test/test/lux/effect.lux b/stdlib/test/test/lux/control/effect.lux index 38ca21ce1..59fc116dc 100644 --- a/stdlib/test/test/lux/effect.lux +++ b/stdlib/test/test/lux/control/effect.lux @@ -2,13 +2,13 @@ lux (lux [io "IO/" Monad<IO>] (control monad - functor) + functor + effect) (data [text] text/format) [macro] ["R" math/random] - pipe - effect) + pipe) lux/test) (do-template [<effect> <op> <field>] diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index ffe0628bf..2a7615dac 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -22,8 +22,8 @@ ["_;" frp] ["_;" promise] ["_;" stm]) - (control ["_;" interval]) - ["_;" effect] + (control ["_;" effect] + ["_;" interval]) (data [bit] [bool] [char] @@ -47,7 +47,7 @@ [set] [ordered] [stack] - ## [vector] + [vector] (tree [rose] [zipper]) ["_;" seq] @@ -55,10 +55,11 @@ (text [format]) ) ["_;" math] - (math ## ["_;" random] - ["_;" simple] + (math ["_;" simple] (logic ["_;" continuous] - ["_;" fuzzy])) + ["_;" fuzzy]) + ## ["_;" random] + ) ## ["_;" macro] (macro ["_;" ast] ["_;" syntax] @@ -68,8 +69,7 @@ ["_;" type] (type ["_;" check] ["_;" auto]) - ) - )) + ))) ## [Program] (program: args |