aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r/source/program.lux')
-rw-r--r--lux-r/source/program.lux36
1 files changed, 18 insertions, 18 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index d3a0aca08..4ca0480ed 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -1,33 +1,33 @@
(.module:
[lux "*"
- [program {"+" [program:]}]
+ [program {"+" program:}]
["[0]" ffi]
["[0]" debug]
[abstract
- ["[0]" monad {"+" [do]}]]
+ ["[0]" monad {"+" do}]]
[control
- [pipe {"+" [exec> case> new>]}]
+ [pipe {"+" exec> case> new>}]
["[0]" maybe]
- ["[0]" try {"+" [Try]}]
- ["[0]" exception {"+" [exception:]}]
- ["[0]" io {"+" [IO io]}]
+ ["[0]" try {"+" Try}]
+ ["[0]" exception {"+" exception:}]
+ ["[0]" io {"+" IO io}]
[concurrency
- ["[0]" promise {"+" [Promise]}]]
+ ["[0]" promise {"+" Promise}]]
[parser
["<[0]>" code]]]
[data
["[0]" text ("[1]#[0]" hash)
- ["%" format {"+" [format]}]
+ ["%" format {"+" format}]
[encoding
["[0]" utf8]]]
[collection
- ["[0]" array {"+" [Array]}]]]
+ ["[0]" array {"+" Array}]]]
["[0]" macro
- [syntax {"+" [syntax:]}]
+ [syntax {"+" syntax:}]
["[0]" template]
["[0]" code]]
[math
- [number {"+" [hex]}
+ [number {"+" hex}
["n" nat]
["[0]" i64]]]
["[0]" world "_"
@@ -37,18 +37,18 @@
["_" r]]
[tool
[compiler
- [phase {"+" [Operation Phase]}]
+ [phase {"+" Operation Phase}]
[reference
- [variable {"+" [Register]}]]
+ [variable {"+" Register}]]
[language
[lux
- [program {"+" [Program]}]
- [generation {"+" [Context Host]}]
+ [program {"+" Program}]
+ [generation {"+" Context Host}]
["[0]" synthesis]
[analysis
- [macro {"+" [Expander]}]]
+ [macro {"+" Expander}]]
[phase
- ["[0]" extension {"+" [Extender Handler]}
+ ["[0]" extension {"+" Extender Handler}
["[1]/[0]" bundle]
["[0]" analysis "_"
["[1]" r]]
@@ -59,7 +59,7 @@
["[0]" r
["[0]" runtime]]]]]]
[default
- ["[0]" platform {"+" [Platform]}]]
+ ["[0]" platform {"+" Platform}]]
[meta
["[0]" packager "_"
["[1]" script]]]]]]