aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/code.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-25 20:24:43 -0400
committerEduardo Julian2022-06-25 20:24:43 -0400
commitfb46beb8bd784ba92949bf2c535dc13c2f003ef0 (patch)
tree28dbec5e8e6a1307a5aee28772d9aa897349bc57 /stdlib/source/library/lux/macro/code.lux
parenta384e0c9426d6110fa4c104a1327808a0aff91b0 (diff)
De-sigil-ification: suffix : [Part 15]
Diffstat (limited to 'stdlib/source/library/lux/macro/code.lux')
-rw-r--r--stdlib/source/library/lux/macro/code.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/macro/code.lux b/stdlib/source/library/lux/macro/code.lux
index 23e873e87..dc182b124 100644
--- a/stdlib/source/library/lux/macro/code.lux
+++ b/stdlib/source/library/lux/macro/code.lux
@@ -21,7 +21,7 @@
["[0]" location]
["[0]" symbol]]]])
-... (type: (Code' w)
+... (type (Code' w)
... {.#Bit Bit}
... {.#Nat Nat}
... {.#Int Int}
@@ -33,7 +33,7 @@
... {.#Variant (List (w (Code' w)))}
... {.#Tuple (List (w (Code' w)))})
-... (type: Code
+... (type Code
... (Ann Location (Code' (Ann Location))))
(with_template [<name> <type> <tag>]