aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/type/reflection.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/type/reflection.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/target/jvm/type/reflection.lux b/stdlib/source/library/lux/target/jvm/type/reflection.lux
index de9afb234..37f1a7eab 100644
--- a/stdlib/source/library/lux/target/jvm/type/reflection.lux
+++ b/stdlib/source/library/lux/target/jvm/type/reflection.lux
@@ -28,7 +28,7 @@
(def: (= parameter subject)
(text#= (representation parameter) (representation subject))))
- (template [<category> <name> <reflection>]
+ (with_template [<category> <name> <reflection>]
[(def: .public <name>
(Reflection <category>)
(abstraction <reflection>))]
@@ -62,7 +62,7 @@
elementR (`` (cond (text.starts_with? //descriptor.array_prefix element')
element'
- (~~ (template [<primitive> <descriptor>]
+ (~~ (with_template [<primitive> <descriptor>]
[(at ..equivalence = <primitive> element)
(//descriptor.descriptor <descriptor>)]
@@ -84,7 +84,7 @@
(format //descriptor.array_prefix)
abstraction)))
- (template [<name> <category>]
+ (with_template [<name> <category>]
[(def: .public <name>
(Reflection <category>)
(transmutation