aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-11 19:47:40 -0400
committerEduardo Julian2018-07-11 19:47:40 -0400
commitfdfd7036806fe62ffaf054b61fbf16bbfb002b7c (patch)
tree21a0b03e30df303e111cc8e353dec9865b704917 /stdlib/test/test/lux.lux
parente7fc42bbc7d0b56384864a6fcd1b1e0bf8cd880b (diff)
- Improvements to import syntax [part 2].
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux.lux24
1 files changed, 13 insertions, 11 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index 538a70b30..706e6e4bb 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -1,15 +1,17 @@
(.module:
- lux
- lux/test
- (lux (control [monad (#+ do)])
- [math]
- ["r" math/random]
- (data [maybe]
- [bit]
- [text ("text/" Equivalence<Text>)]
- text/format)
- [macro]
- (macro ["s" syntax (#+ syntax:)])))
+ [lux #*
+ [control
+ [monad (#+ do)]]
+ [math]
+ ["r" math/random]
+ [data
+ [maybe]
+ [bit]
+ [text ("text/" Equivalence<Text>)
+ format]]
+ ["." macro
+ ["s" syntax (#+ syntax:)]]
+ test])
(context: "Value identity."
(<| (times +100)