aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux
index d70ccee56..24be9312c 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/primitive.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux {"-" [i64]}
+ [lux {"-" i64}
[control
- [pipe {"+" [cond> new>]}]]
+ [pipe {"+" cond> new>}]]
[math
[number
["[0]" frac]]]
[target
- ["_" php {"+" [Literal Expression]}]]]]
+ ["_" php {"+" Literal Expression}]]]]
["[0]" // "_"
["[1][0]" runtime]])