aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/code.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/macro/code.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/macro/code.lux b/stdlib/source/library/lux/macro/code.lux
index fb4b6498e..f266c5642 100644
--- a/stdlib/source/library/lux/macro/code.lux
+++ b/stdlib/source/library/lux/macro/code.lux
@@ -4,20 +4,20 @@
[abstract
[equivalence {"+" [Equivalence]}]]
[data
- ["." product]
- ["." bit]
- ["." name]
- ["." text ("#\." monoid equivalence)]
+ ["[0]" product]
+ ["[0]" bit]
+ ["[0]" name]
+ ["[0]" text ("[1]\[0]" monoid equivalence)]
[collection
- ["." list ("#\." functor mix)]]]
+ ["[0]" list ("[1]\[0]" functor mix)]]]
[math
[number
- ["." nat]
- ["." int]
- ["." rev]
- ["." frac]]]
+ ["[0]" nat]
+ ["[0]" int]
+ ["[0]" rev]
+ ["[0]" frac]]]
[meta
- ["." location]]]])
+ ["[0]" location]]]])
... (type: (Code' w)
... (#.Bit Bit)