aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/module.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/module.lux')
-rw-r--r--stdlib/source/lux/language/module.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/language/module.lux b/stdlib/source/lux/language/module.lux
index dbb1cc0ea..41ae7877e 100644
--- a/stdlib/source/lux/language/module.lux
+++ b/stdlib/source/lux/language/module.lux
@@ -1,7 +1,7 @@
(.module:
lux
- (lux (control [monad #+ do]
- ["ex" exception #+ exception:]
+ (lux (control [monad (#+ do)]
+ ["ex" exception (#+ exception:)]
pipe)
(data [text "text/" Equivalence<Text>]
text/format