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.lux29
1 files changed, 16 insertions, 13 deletions
diff --git a/stdlib/source/lux/world/file.lux b/stdlib/source/lux/world/file.lux
index 8c71678cd..d62c77182 100644
--- a/stdlib/source/lux/world/file.lux
+++ b/stdlib/source/lux/world/file.lux
@@ -1,17 +1,20 @@
(.module:
- lux
- (lux (control [monad (#+ Monad do)]
- ["ex" exception (#+ Exception exception:)]
- pipe)
- (data [error (#+ Error)]
- text/format
- (collection [array]))
- (time [instant (#+ Instant)]
- [duration])
- (world [blob (#+ Blob)])
- [io (#+ Process)]
- [host (#+ import:)]
- [language/host]))
+ [lux #*
+ [control
+ [monad (#+ Monad do)]
+ ["ex" exception (#+ Exception exception:)]
+ pipe]
+ [data
+ [error (#+ Error)]
+ text/format
+ [collection [array]]]
+ [time
+ [instant (#+ Instant)]
+ [duration]]
+ [world [blob (#+ Blob)]]
+ [io (#+ Process)]
+ [host (#+ import:)]
+ [language/host]])
(type: #export File Text)