aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-04-10 23:38:07 -0400
committerEduardo Julian2017-04-10 23:38:07 -0400
commitcb792cb800790e89b371832e46cfe958b7c683d0 (patch)
treea67bd2c13100560ee421d87163487186335dd98b /stdlib/test/tests.lux
parentd5ecf2657e9e9c6fb8d0daee675e1a72627d3014 (diff)
- Move the modules under lux/function/* to be under lux/control/*.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 931a89e28..4cb00c4a7 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -9,10 +9,6 @@
(lux ["_;" cli]
["_;" host]
["_;" io]
- (function ["_;" cont]
- ["_;" reader]
- ["_;" state]
- ["_;" thunk])
(concurrency ["_;" actor]
["_;" atom]
["_;" frp]
@@ -20,7 +16,11 @@
["_;" stm])
(control ["_;" effect]
["_;" interval]
- ["_;" pipe])
+ ["_;" pipe]
+ ["_;" cont]
+ ["_;" reader]
+ ["_;" state]
+ ["_;" thunk])
(data ["_;" bit]
["_;" bool]
["_;" char]