aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-scheme/source/program.lux')
-rw-r--r--lux-scheme/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux
index cac099f5d..53b6bbabc 100644
--- a/lux-scheme/source/program.lux
+++ b/lux-scheme/source/program.lux
@@ -7,13 +7,13 @@
["." monad (#+ do)]]
[control
[pipe (#+ exec> case> new>)]
+ ["." maybe]
["." try (#+ Try)]
["." exception (#+ exception:)]
["." io (#+ IO io)]
[concurrency
["." promise (#+ Promise)]]]
[data
- ["." maybe]
["." text ("#\." hash)
["%" format (#+ format)]
["." encoding]]