aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/type/resource.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/type/resource.lux b/stdlib/source/library/lux/type/resource.lux
index ba56544aa..52813f686 100644
--- a/stdlib/source/library/lux/type/resource.lux
+++ b/stdlib/source/library/lux/type/resource.lux
@@ -1,23 +1,23 @@
(.module:
[library
[lux "*"
- ["." meta]
+ ["[0]" meta]
[abstract
- ["." monad {"+" [Monad do]}
+ ["[0]" monad {"+" [Monad do]}
[indexed {"+" [IxMonad]}]]]
[control
- ["." maybe]
- ["." exception {"+" [exception:]}]
+ ["[0]" maybe]
+ ["[0]" exception {"+" [exception:]}]
["<>" parser
- ["<.>" code {"+" [Parser]}]]]
+ ["<[0]>" code {"+" [Parser]}]]]
[data
[text
["%" format {"+" [format]}]]
[collection
- ["." set]
- ["." row {"+" [Row]}]
- ["." list ("#\." functor mix)]]]
- ["." macro
+ ["[0]" set]
+ ["[0]" row {"+" [Row]}]
+ ["[0]" list ("[1]\[0]" functor mix)]]]
+ ["[0]" macro
[syntax {"+" [syntax:]}]]
[math
[number