aboutsummaryrefslogtreecommitdiff
path: root/source/lux/math.lux
diff options
context:
space:
mode:
Diffstat (limited to 'source/lux/math.lux')
-rw-r--r--source/lux/math.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lux/math.lux b/source/lux/math.lux
index 0f247cea8..a60ce512c 100644
--- a/source/lux/math.lux
+++ b/source/lux/math.lux
@@ -72,7 +72,7 @@
(def #export (lcm x y)
(-> Int Int Int)
- (case (: (, Int Int) [x y])
+ (case [x y]
(\or [_ 0] [0 _])
0