aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-13 00:29:57 -0400
committerEduardo Julian2021-09-13 00:29:57 -0400
commit376c3e472fbb1e2656f8c61b26e0276570609aa1 (patch)
treebc76d7aeff4f2b889ae262a64dc8d26b0476068d /lux-jvm/source/program.lux
parent2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (diff)
Updated only/except import syntax to take into account record => variant syntax change.
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux32
1 files changed, 16 insertions, 16 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 254f99e8b..4484db653 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -1,49 +1,49 @@
(.module:
[library
- [lux {"-" [Definition]}
- [program {"+" [program:]}]
+ [lux {"-" Definition}
+ [program {"+" program:}]
["@" target]
- ["[0]" ffi {"+" [import:]}]
+ ["[0]" ffi {"+" import:}]
[abstract
- [monad {"+" [do]}]]
+ [monad {"+" do}]]
[control
- ["[0]" io {"+" [IO]}]
- ["[0]" try {"+" [Try]}]
+ ["[0]" io {"+" IO}]
+ ["[0]" try {"+" Try}]
[concurrency
- ["[0]" async {"+" [Async]}]]]
+ ["[0]" async {"+" Async}]]]
[data
["[0]" product]
[text
- ["%" format {"+" [format]}]]
+ ["%" format {"+" format}]]
[collection
- [array {"+" [Array]}]
+ [array {"+" Array}]
["[0]" dictionary]]]
["[0]" world "_"
["[0]" file]
["[1]/[0]" program]]
[target
["[0]" jvm "_"
- [bytecode {"+" [Bytecode]}]
+ [bytecode {"+" Bytecode}]
["[1]/[0]" type
["[1]/[0]" box]]]]
[tool
[compiler
- [reference {"+" []}]
+ [reference {"+" }]
["[0]" phase]
[default
- ["[0]" platform {"+" [Platform]}]]
+ ["[0]" platform {"+" Platform}]]
[meta
- [archive {"+" [Archive]}]
+ [archive {"+" Archive}]
["[0]" packager "_"
["[1]" jvm]]]
[language
[lux
- ["$" synthesis {"+" [Synthesis]}]
+ ["$" synthesis {"+" Synthesis}]
["[0]" generation]
[analysis
- [macro {"+" [Expander]}]]
+ [macro {"+" Expander}]]
[phase
- [extension {"+" [Phase Bundle Operation Handler Extender]}
+ [extension {"+" Phase Bundle Operation Handler Extender}
["[0]" analysis "_"
["[1]" jvm]]
... ["[0]" generation "_"