aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-10 23:54:36 -0400
committerEduardo Julian2018-07-10 23:54:36 -0400
commit5efe74b9eba910d5389e20be07b504b1dad69504 (patch)
treede6240f98e5eb6a9a5c8a6dc827ea739c9cb11c9 /stdlib/source/lux/math.lux
parent852410fda71621522f7707a80554140a5aac7f9c (diff)
- Improvements to import syntax [part 0].
Diffstat (limited to 'stdlib/source/lux/math.lux')
-rw-r--r--stdlib/source/lux/math.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/math.lux b/stdlib/source/lux/math.lux
index 66b35f320..d0e07f051 100644
--- a/stdlib/source/lux/math.lux
+++ b/stdlib/source/lux/math.lux
@@ -6,7 +6,7 @@
[number]
(collection [list "L/" Fold<List>]))
[macro]
- (macro ["s" syntax #+ syntax: Syntax]
+ (macro ["s" syntax (#+ syntax: Syntax)]
[code])))
## [Values]