aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/io.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/io.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/io.lux b/stdlib/source/lux/control/io.lux
index ed28b338e..24b1c2e61 100644
--- a/stdlib/source/lux/control/io.lux
+++ b/stdlib/source/lux/control/io.lux
@@ -14,9 +14,10 @@
["." template]]])
(abstract: #export (IO a)
- {#.doc "A type that represents synchronous, effectful computations that may interact with the outside world."}
(-> Any a)
+ {#.doc "A type that represents synchronous, effectful computations that may interact with the outside world."}
+
(def: label
(All [a] (-> (-> Any a) (IO a)))
(|>> :abstraction))