aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/macro/expansion.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta/macro/expansion.lux')
-rw-r--r--stdlib/source/library/lux/meta/macro/expansion.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/meta/macro/expansion.lux b/stdlib/source/library/lux/meta/macro/expansion.lux
index 37bc6bf4c..bbdbe267d 100644
--- a/stdlib/source/library/lux/meta/macro/expansion.lux
+++ b/stdlib/source/library/lux/meta/macro/expansion.lux
@@ -123,12 +123,12 @@
(do ///.monad
[location ///.location
output (<func> token)
- .let [_ ("lux io log" (all text#composite
- (symbol#encoded macro_name) " " (location.format location)
- (|> output
- (list#each (|>> code.format (all text#composite text.\n text.\t)))
- text.together)
- text.\n))]]
+ .let [_ (.log# (all text#composite
+ (symbol#encoded macro_name) " " (location.format location)
+ (|> output
+ (list#each (|>> code.format (all text#composite text.\n text.\t)))
+ text.together)
+ text.\n))]]
(in (if omit?
(list)
output)))