aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-04 12:49:52 -0400
committerEduardo Julian2021-09-04 12:49:52 -0400
commitfc8bebd3b3c5f050ea92e72eecbd9f6df09f28db (patch)
tree24858adac0e67228620b7e9166e3b7335be9fd5a /stdlib/source/library/lux/world/file.lux
parent891b1cfc82322f8017f0a4f6b707d6fe52024545 (diff)
De-taggification | part 2
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/file.lux26
1 files changed, 13 insertions, 13 deletions
diff --git a/stdlib/source/library/lux/world/file.lux b/stdlib/source/library/lux/world/file.lux
index 377f07b4f..8589e5f90 100644
--- a/stdlib/source/library/lux/world/file.lux
+++ b/stdlib/source/library/lux/world/file.lux
@@ -1,30 +1,30 @@
(.module:
[library
- [lux #*
+ [lux "*"
["@" target]
["." ffi]
[abstract
- ["." monad (#+ Monad do)]]
+ ["." monad {"+" [Monad do]}]]
[control
- [pipe (#+ case>)]
+ [pipe {"+" [case>]}]
["." maybe ("#\." functor)]
- ["." try (#+ Try) ("#\." functor)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO) ("#\." functor)]
+ ["." try {"+" [Try]} ("#\." functor)]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO]} ("#\." functor)]
["." function]
[concurrency
- ["." async (#+ Async)]
- ["." stm (#+ Var STM)]]]
+ ["." async {"+" [Async]}]
+ ["." stm {"+" [Var STM]}]]]
[data
["." bit ("#\." equivalence)]
["." product]
- ["." binary (#+ Binary)]
+ ["." binary {"+" [Binary]}]
["." text ("#\." equivalence)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
- ["." array (#+ Array)]
+ ["." array {"+" [Array]}]
["." list ("#\." functor)]
- ["." dictionary (#+ Dictionary)]]]
+ ["." dictionary {"+" [Dictionary]}]]]
[macro
["." template]]
[math
@@ -32,7 +32,7 @@
["i" int]
["f" frac]]]
[time
- ["." instant (#+ Instant)]
+ ["." instant {"+" [Instant]}]
["." duration]]]])
(type: .public Path