diff options
author | Eduardo Julian | 2017-07-22 19:05:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-07-22 19:05:22 -0400 |
commit | 17aec08b4bc4764f81693808987f1d54dc056ede (patch) | |
tree | 3aa8ca1cf0fe2c40d8a677f87a4baef6b9442ac6 /stdlib/test/test/lux.lux | |
parent | be51cd8fdbcb7a71bdb451ea5c67ff93da84eb76 (diff) |
- Removed the "M" suffix from monadic functions.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux index a43609668..dcf1997f0 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -1,7 +1,7 @@ (;module: lux lux/test - (lux (control monad) + (lux (control ["M" monad #+ do Monad]) [io] [math] ["R" math/random] |