aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 33742d694..3a7fc9cc9 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -1,11 +1,12 @@
(.module:
[lux #*
- [cli (#+ program:)]
- ["." io (#+ IO io)]
+ [abstract
+ [monad (#+ do)]]
[control
pipe
- [monad (#+ do)]
- ["." exception (#+ exception:)]]
+ [cli (#+ program:)]
+ ["." exception (#+ exception:)]
+ ["." io (#+ IO io)]]
[data
["." maybe]
["." error (#+ Error)]