aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/code.lux
diff options
context:
space:
mode:
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>]