aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/type/signature.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/type/signature.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/type/signature.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/target/jvm/type/signature.lux b/stdlib/source/library/lux/target/jvm/type/signature.lux
index 667457d61..124e3e550 100644
--- a/stdlib/source/library/lux/target/jvm/type/signature.lux
+++ b/stdlib/source/library/lux/target/jvm/type/signature.lux
@@ -5,18 +5,18 @@
[equivalence {"+" [Equivalence]}]
[hash {"+" [Hash]}]]
[data
- ["." text ("#\." hash)
+ ["[0]" text ("[1]\[0]" hash)
["%" format {"+" [format]}]]
[collection
- ["." list ("#\." functor)]]]
+ ["[0]" list ("[1]\[0]" functor)]]]
[type
abstract]]]
- ["." // "_"
+ ["[0]" // "_"
[category {"+" [Void Value Return Method Primitive Object Class Array Var Parameter Declaration]}]
- ["#." descriptor]
- ["/#" // "_"
+ ["[1][0]" descriptor]
+ ["/[1]" // "_"
[encoding
- ["#." name {"+" [External]}]]]])
+ ["[1][0]" name {"+" [External]}]]]])
(abstract: .public (Signature category)
{}