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.lux51
1 files changed, 22 insertions, 29 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 2a373a872..7b2e05f01 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -17,6 +17,11 @@
[env]
[state]
(struct [stream]))
+ (concurrency [actor]
+ ["_;" atom]
+ [frp]
+ ["_;" promise]
+ [stm])
(data [bit]
[bool]
[char]
@@ -39,18 +44,12 @@
[stack]
[tree]
[vector]
- [zipper]
- )
- (text [format])
- )
+ [zipper])
+ (text [format]))
+
## (macro [ast]
## [syntax])
## [type]
- ## (concurrency ["_;" promise]
- ## [frp]
- ## [stm]
- ## [actor]
- ## )
## [math]
## [pipe]
## [lexer]
@@ -58,27 +57,21 @@
## (data (format [json]))
)
)
- ## (lux ## (codata [cont])
- ## ## (data (struct [stack]
- ## ## [tree]
- ## ## [zipper])
- ## ## (error exception))
- ## ## (concurrency [atom])
- ## ## [macro]
- ## ## (macro [template]
- ## ## [poly]
- ## ## (poly ["poly_;" eq]
- ## ## ["poly_;" text-encoder]
- ## ## ["poly_;" functor]))
- ## ## (math [ratio]
- ## ## [complex]
- ## ## [random])
- ## ## (type [check] [auto])
- ## ## (control [effect])
+ ## (lux (codata [cont])
+ ## (concurrency [atom])
+ ## [macro]
+ ## (macro [template]
+ ## [poly]
+ ## (poly ["poly_;" eq]
+ ## ["poly_;" text-encoder]
+ ## ["poly_;" functor]))
+ ## (math [ratio]
+ ## [complex]
+ ## [random])
+ ## (type [check] [auto])
+ ## (control [effect])
## ["_;" lexer]
- ## ["_;" regex]
- ## (data (format ["_;" json]))
- ## )
+ ## ["_;" regex])
)
## [Program]