diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 360d02448..6ae2a4aa2 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -7,6 +7,7 @@ [monad (#+ do)]] [control [pipe (#+ new>)] + ["." maybe] ["." try (#+ Try)] ["." exception (#+ exception:)] ["." io (#+ IO io)] @@ -14,7 +15,6 @@ [concurrency ["." async (#+ Async)]]] [data - ["." maybe] ["." text ("#\." hash) ["%" format (#+ format)] [encoding |