aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux b/stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux
index 734078a84..7dc11195c 100644
--- a/stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux
+++ b/stdlib/source/test/lux/tool/compiler/language/lux/phase/analysis/primitive.lux
@@ -1,17 +1,17 @@
(.module:
- [lux {"-" [primitive]}
+ [lux {"-" primitive}
["@" target]
[abstract
- ["[0]" monad {"+" [do]}]]
+ ["[0]" monad {"+" do}]]
[data
- ["%" text/format {"+" [format]}]
+ ["%" text/format {"+" format}]
["[0]" name]]
- ["r" math/random {"+" [Random]} ("[1]#[0]" monad)]
- ["_" test {"+" [Test]}]
+ ["r" math/random {"+" Random} ("[1]#[0]" monad)]
+ ["_" test {"+" Test}]
[control
pipe
- ["[0]" try {"+" [Try]}]
- ["[0]" exception {"+" [exception:]}]]
+ ["[0]" try {"+" Try}]
+ ["[0]" exception {"+" exception:}]]
[macro
["[0]" code]]]
[\\
@@ -24,9 +24,9 @@
["[1][0]" analysis]]
["/[1]" // "_"
["[0]" version]
- ["[1][0]" analysis {"+" [Analysis Operation]}
- [macro {"+" [Expander]}]
- [evaluation {"+" [Eval]}]]
+ ["[1][0]" analysis {"+" Analysis Operation}
+ [macro {"+" Expander}]
+ [evaluation {"+" Eval}]]
[///
["[0]" phase]
[meta