aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/function/cont.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/function/cont.lux (renamed from stdlib/source/lux/codata/cont.lux)4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/codata/cont.lux b/stdlib/source/lux/function/cont.lux
index 7f1b918f0..f6330cbe4 100644
--- a/stdlib/source/lux/codata/cont.lux
+++ b/stdlib/source/lux/function/cont.lux
@@ -4,8 +4,8 @@
(control functor
applicative
monad)
- (data (coll list)))
- (.. function))
+ (data (coll list))
+ function))
## [Types]
(type: #export (Cont a)