diff options
Diffstat (limited to '')
-rw-r--r-- | lux-php/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index c3292fd19..25fc3fefa 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -7,13 +7,13 @@ ["." monad (#+ do)]] [control [pipe (#+ exec> case>)] + ["." maybe] ["." try (#+ Try)] ["." exception (#+ exception:)] ["." io (#+ IO io)] [concurrency ["." promise (#+ Promise)]]] [data - ["." maybe] ["." text ("#\." hash) ["%" format (#+ format)] [encoding |