aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux
index 4d73dcec5..5fa169955 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/structure.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[data
[collection
["." list]]]
[target
- ["_" php (#+ Expression)]]]]
- ["." // #_
- ["#." runtime (#+ Operation Phase Generator)]
+ ["_" php {"+" [Expression]}]]]]
+ ["." // "_"
+ ["#." runtime {"+" [Operation Phase Generator]}]
["#." primitive]
- ["///#" //// #_
- [analysis (#+ Variant Tuple)]
- ["#." synthesis (#+ Synthesis)]
- ["//#" /// #_
+ ["///#" //// "_"
+ [analysis {"+" [Variant Tuple]}]
+ ["#." synthesis {"+" [Synthesis]}]
+ ["//#" /// "_"
["#." phase ("#\." monad)]]]])
(def: .public (tuple expression archive elemsS+)