aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math.lux')
-rw-r--r--stdlib/source/library/lux/math.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/math.lux b/stdlib/source/library/lux/math.lux
index c9cbed213..c7683c120 100644
--- a/stdlib/source/library/lux/math.lux
+++ b/stdlib/source/library/lux/math.lux
@@ -97,7 +97,7 @@
... else
(phase.except ..no_arithmetic_for [:it:])))
- (pattern (list& last prevs))
+ (pattern (partial_list last prevs))
(`` (cond (check.subsumes? .I64 :it:)
(phase.except ..no_arithmetic_for [:it:])