aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux
index c5febd5c4..f630ec274 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/php/function.lux
@@ -2,30 +2,30 @@
[library
[lux {"-" [Global function]}
[abstract
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
pipe]
[data
- ["." product]
- ["." text
+ ["[0]" product]
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." list ("#\." functor mix)]]]
+ ["[0]" list ("[1]\[0]" functor mix)]]]
[target
["_" php {"+" [Var Global Expression Argument Label Statement]}]]]]
- ["." // "_"
- ["#." runtime {"+" [Operation Phase Phase! Generator]}]
- ["#." reference]
- ["#." case]
- ["/#" // "_"
- ["#." reference]
- ["//#" /// "_"
+ ["[0]" // "_"
+ ["[1][0]" runtime {"+" [Operation Phase Phase! Generator]}]
+ ["[1][0]" reference]
+ ["[1][0]" case]
+ ["/[1]" // "_"
+ ["[1][0]" reference]
+ ["//[1]" /// "_"
[analysis {"+" [Variant Tuple Abstraction Application Analysis]}]
[synthesis {"+" [Synthesis]}]
- ["#." generation {"+" [Context]}]
- ["//#" /// "_"
+ ["[1][0]" generation {"+" [Context]}]
+ ["//[1]" /// "_"
[arity {"+" [Arity]}]
- ["#." phase ("#\." monad)]
+ ["[1][0]" phase ("[1]\[0]" monad)]
[reference
[variable {"+" [Register Variable]}]]]]]])