aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux b/stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux
index e2fa1461f..9a111eb22 100644
--- a/stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux
+++ b/stdlib/source/library/lux/target/jvm/bytecode/environment/limit/registry.lux
@@ -2,25 +2,25 @@
[library
[lux {"-" [Type for static]}
[abstract
- ["." equivalence {"+" [Equivalence]}]]
+ ["[0]" equivalence {"+" [Equivalence]}]]
[control
- ["." try {"+" [Try]} ("#\." functor)]]
+ ["[0]" try {"+" [Try]} ("[1]\[0]" functor)]]
[data
[format
[binary {"+" [Writer]}]]
[collection
- ["." list ("#\." functor mix)]]]
+ ["[0]" list ("[1]\[0]" functor mix)]]]
[math
[number
["n" nat]]]
[type
abstract]]]
- ["." ///// "_"
+ ["[0]" ///// "_"
[encoding
- ["#." unsigned {"+" [U1 U2]}]]
- ["#." type {"+" [Type]}
+ ["[1][0]" unsigned {"+" [U1 U2]}]]
+ ["[1][0]" type {"+" [Type]}
[category {"+" [Method]}]
- ["#/." parser]]])
+ ["[1]/[0]" parser]]])
(type: .public Register
U1)