aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/encoding/signed.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/encoding/signed.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/encoding/signed.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/target/jvm/encoding/signed.lux b/stdlib/source/library/lux/target/jvm/encoding/signed.lux
index c402c2300..822e420b2 100644
--- a/stdlib/source/library/lux/target/jvm/encoding/signed.lux
+++ b/stdlib/source/library/lux/target/jvm/encoding/signed.lux
@@ -22,7 +22,7 @@
[type
[primitive (.except)]]]])
-(primitive: .public (Signed brand)
+(primitive .public (Signed brand)
Int
(def: .public value
@@ -50,7 +50,7 @@
(with_template [<bytes> <name> <size> <constructor> <maximum> <minimum> <+> <->]
[(with_expansions [<raw> (template.symbol [<name> "'"])]
- (primitive: <raw> Any)
+ (primitive <raw> Any)
(type: .public <name> (Signed <raw>)))
(def: .public <size> <bytes>)