aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/input.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/input.lux')
-rw-r--r--stdlib/source/program/aedifex/input.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/program/aedifex/input.lux b/stdlib/source/program/aedifex/input.lux
index 08f309968..0305e30d8 100644
--- a/stdlib/source/program/aedifex/input.lux
+++ b/stdlib/source/program/aedifex/input.lux
@@ -1,16 +1,16 @@
(.module:
[library
- [lux (#- Name)
+ [lux {"-" [Name]}
[abstract
- ["." monad (#+ Monad do)]
+ ["." monad {"+" [Monad do]}]
["." mix]]
[control
- [pipe (#+ do>)]
- ["." try (#+ Try)]
+ [pipe {"+" [do>]}]
+ ["." try {"+" [Try]}]
[parser
["<.>" code]]]
[data
- [binary (#+ Binary)]
+ [binary {"+" [Binary]}]
["." text
[encoding
["." utf8]]]
@@ -25,9 +25,9 @@
["." syntax]]]]]
[world
["." file]]]]
- ["." // #_
- ["#." profile (#+ Name Profile)]
- ["#." project (#+ Project)]
+ ["." // "_"
+ ["#." profile {"+" [Name Profile]}]
+ ["#." project {"+" [Project]}]
["#." parser]])
(def: (lux_parser source_code)