aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/product.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/product.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/product.lux b/stdlib/source/lux/data/product.lux
index 616dcc63f..19878a1b4 100644
--- a/stdlib/source/lux/data/product.lux
+++ b/stdlib/source/lux/data/product.lux
@@ -35,7 +35,7 @@
(let [[x y] xy]
[y x]))
-(def: #export (both f g)
+(def: #export (apply f g)
(All [a b c d]
(-> (-> a c) (-> b d)
(-> (& a b) (& c d))))