aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/local.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/macro/local.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/macro/local.lux b/stdlib/source/library/lux/macro/local.lux
index a01e438de..0e9bd029b 100644
--- a/stdlib/source/library/lux/macro/local.lux
+++ b/stdlib/source/library/lux/macro/local.lux
@@ -19,14 +19,14 @@
(exception: .public (unknown_module [module Text])
(exception.report
- ["Module" (text.format module)]))
+ "Module" (text.format module)))
(template [<name>]
[(exception: .public (<name> [module Text
definition Text])
(exception.report
- ["Module" (text.format module)]
- ["Definition" (text.format definition)]))]
+ "Module" (text.format module)
+ "Definition" (text.format definition)))]
[cannot_shadow_definition]
[unknown_definition]