aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/file.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/world/file.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/world/file.lux b/stdlib/source/lux/world/file.lux
index c559c83e6..1e201d898 100644
--- a/stdlib/source/lux/world/file.lux
+++ b/stdlib/source/lux/world/file.lux
@@ -4,6 +4,7 @@
["." monad (#+ Monad do)]]
[control
["ex" exception (#+ Exception exception:)]
+ ["." io (#+ IO) ("#;." functor)]
[concurrency
["." promise (#+ Promise)]]
[security
@@ -23,7 +24,6 @@
["." template]]
[world
["." binary (#+ Binary)]]
- ["." io (#+ IO) ("#;." functor)]
[host (#+ import:)]
[tool
[compiler