aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/function/cont.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/function/cont.lux b/stdlib/source/lux/function/cont.lux
index 911e66995..7635d7129 100644
--- a/stdlib/source/lux/function/cont.lux
+++ b/stdlib/source/lux/function/cont.lux
@@ -79,7 +79,7 @@
(lambda [k]
(k (run scope))))
-(def: #export (static f)
+(def: #export (shift f)
(All [a]
(-> (-> (-> a (Cont a a))
(Cont a a))