diff options
author | Eduardo Julian | 2017-12-02 14:32:23 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-12-02 14:32:23 -0400 |
commit | c72e120e8c2c300411c0cb07ecb3b6bc32e0cb24 (patch) | |
tree | 0783fac3f94ea4765dfc91b0fe85b9b1a37cb5d8 /stdlib/test | |
parent | 5c4a26c9344898c4fa958946b47b55e1c84818bd (diff) |
- Added some ~! to some macros to stop them from imposing dependencies.
- Added some code to "lux.type" so it can handle "lux in-module".
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux.lux | 1 | ||||
-rw-r--r-- | stdlib/test/tests.lux | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux index 8bd3a1ee5..f5c5fd2f1 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -2,7 +2,6 @@ lux lux/test (lux (control ["M" monad #+ do Monad]) - [io] [math] ["r" math/random] (data [maybe] diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index ad43cadfe..9a0fedbb8 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -1,9 +1,6 @@ (.module: lux - (lux (control monad) - [io] - (concurrency [promise]) - [cli #+ program:] + (lux [cli #+ program:] [test]) (test ["_." lux] (lux ["_." cli] |