aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux16
1 files changed, 10 insertions, 6 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 4cb00c4a7..2b24bd70e 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -15,12 +15,14 @@
["_;" promise]
["_;" stm])
(control ["_;" effect]
+ ["_;" exception]
["_;" interval]
["_;" pipe]
["_;" cont]
["_;" reader]
["_;" state]
- ["_;" thunk])
+ ["_;" thunk]
+ )
(data ["_;" bit]
["_;" bool]
["_;" char]
@@ -35,7 +37,6 @@
["_;" product]
["_;" sum]
["_;" text]
- (error ["_;" exception])
(format ["_;" json]
["_;" xml])
(coll ["_;" array]
@@ -50,15 +51,17 @@
["_;" zipper])
["_;" seq]
["_;" priority-queue]
- ["_;" stream])
+ ["_;" stream]
+ )
(text ["_;" format]
["_;" lexer]
- ["_;" regex]))
+ ["_;" regex])
+ )
["_;" math]
(math ["_;" simple]
(logic ["_;" continuous]
["_;" fuzzy]))
- (macro ["_;" ast]
+ (macro ["_;" code]
["_;" syntax]
(poly ["poly_;" eq]
["poly_;" text-encoder]
@@ -66,7 +69,8 @@
["_;" type]
(type ["_;" check]
["_;" auto])
- ))
+ )
+ )
(lux (control [contract])
(data [env]
[trace]