aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/php/reference.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/php/reference.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/php/reference.jvm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/translation/php/reference.jvm.lux b/new-luxc/source/luxc/lang/translation/php/reference.jvm.lux
index 4364d87ea..833fc5e5a 100644
--- a/new-luxc/source/luxc/lang/translation/php/reference.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/php/reference.jvm.lux
@@ -24,7 +24,7 @@
(variable (:coerce Nat var))))
(def: #export global
- (-> Ident Var)
+ (-> Name Var)
(|>> //.definition-name _.var))
(do-template [<name> <input> <converter>]
@@ -33,5 +33,5 @@
(|>> <converter> (:: macro.Monad<Meta> wrap)))]
[translate-variable Variable local]
- [translate-definition Ident global]
+ [translate-definition Name global]
)