aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/type/resource.lux')
-rw-r--r--stdlib/source/lux/type/resource.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/type/resource.lux b/stdlib/source/lux/type/resource.lux
index 22d83defd..8e4b63679 100644
--- a/stdlib/source/lux/type/resource.lux
+++ b/stdlib/source/lux/type/resource.lux
@@ -6,6 +6,7 @@
[control
["p" parser]
["ex" exception (#+ exception:)]
+ ["." io (#+ IO)]
[concurrency
["." promise (#+ Promise)]]]
[data
@@ -23,8 +24,7 @@
["." macro
["s" syntax (#+ Syntax syntax:)]]
[type
- abstract]
- ["." io (#+ IO)]])
+ abstract]])
(type: #export (Procedure monad input output value)
(-> input (monad [output value])))