diff options
author | Eduardo Julian | 2018-07-10 23:54:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-10 23:54:36 -0400 |
commit | 5efe74b9eba910d5389e20be07b504b1dad69504 (patch) | |
tree | de6240f98e5eb6a9a5c8a6dc827ea739c9cb11c9 /stdlib/test/test/lux.lux | |
parent | 852410fda71621522f7707a80554140a5aac7f9c (diff) |
- Improvements to import syntax [part 0].
Diffstat (limited to 'stdlib/test/test/lux.lux')
-rw-r--r-- | stdlib/test/test/lux.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux index ec3c82197..4afb041fe 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -1,7 +1,7 @@ (.module: lux lux/test - (lux (control [monad #+ do]) + (lux (control [monad (#+ do)]) [math] ["r" math/random] (data [maybe] @@ -9,7 +9,7 @@ [text "text/" Equivalence<Text>] text/format) [macro] - (macro ["s" syntax #+ syntax:]))) + (macro ["s" syntax (#+ syntax:)]))) (context: "Value identity." (<| (times +100) |