aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-10 20:42:57 -0400
committerEduardo Julian2018-07-10 20:42:57 -0400
commit83f18eb967cfaa4f3403f58f3f80bc4945218cd8 (patch)
treef9fd11a101ecf7b8264922446943d4844f5ea1e9 /stdlib/source/lux/math.lux
parent2f4233ded0dce94c12f52db5fef0769670c78fdd (diff)
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
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 0ca31a34c..66b35f320 100644
--- a/stdlib/source/lux/math.lux
+++ b/stdlib/source/lux/math.lux
@@ -4,7 +4,7 @@
["p" parser "p/" Functor<Parser>])
(data [product]
[number]
- (coll [list "L/" Fold<List>]))
+ (collection [list "L/" Fold<List>]))
[macro]
(macro ["s" syntax #+ syntax: Syntax]
[code])))