aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/meta/io.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/meta/io.lux')
-rw-r--r--stdlib/source/lux/language/compiler/meta/io.lux21
1 files changed, 12 insertions, 9 deletions
diff --git a/stdlib/source/lux/language/compiler/meta/io.lux b/stdlib/source/lux/language/compiler/meta/io.lux
index e3d218b4c..3ba31fa82 100644
--- a/stdlib/source/lux/language/compiler/meta/io.lux
+++ b/stdlib/source/lux/language/compiler/meta/io.lux
@@ -1,13 +1,16 @@
(.module:
- [lux (#- Module)]
- (lux (control monad
- ["ex" exception (#+ exception:)])
- (data [error]
- [text]
- (text format
- [encoding]))
- (world [file (#+ File System)]
- [blob (#+ Blob)])))
+ [lux (#- Module)
+ [control
+ monad
+ ["ex" exception (#+ exception:)]]
+ [data
+ [error]
+ ["." text
+ format
+ [encoding]]]
+ [world
+ [file (#+ File System)]
+ [blob (#+ Blob)]]])
(type: #export Context File)