aboutsummaryrefslogtreecommitdiff
path: root/source/lux/data/maybe.lux
diff options
context:
space:
mode:
Diffstat (limited to 'source/lux/data/maybe.lux')
-rw-r--r--source/lux/data/maybe.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lux/data/maybe.lux b/source/lux/data/maybe.lux
index a6019e256..bba85daf7 100644
--- a/source/lux/data/maybe.lux
+++ b/source/lux/data/maybe.lux
@@ -7,7 +7,8 @@
## You must not remove this notice, or any other, from this software.
(;import lux
- (lux (meta macro)
+ (lux (meta macro
+ ast)
(control (monoid #as m #refer #all)
(functor #as F #refer #all)
(monad #as M #refer #all)))