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.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/library/lux/type/resource.lux b/stdlib/source/library/lux/type/resource.lux
index f9ca4ea6e..27eb7ce86 100644
--- a/stdlib/source/library/lux/type/resource.lux
+++ b/stdlib/source/library/lux/type/resource.lux
@@ -1,24 +1,24 @@
(.module:
[library
- [lux #*
+ [lux "*"
["." meta]
[abstract
- ["." monad (#+ Monad do)
- [indexed (#+ IxMonad)]]]
+ ["." monad {"+" [Monad do]}
+ [indexed {"+" [IxMonad]}]]]
[control
["." maybe]
- ["." exception (#+ exception:)]
+ ["." exception {"+" [exception:]}]
["<>" parser
- ["<.>" code (#+ Parser)]]]
+ ["<.>" code {"+" [Parser]}]]]
[data
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." set]
- ["." row (#+ Row)]
+ ["." row {"+" [Row]}]
["." list ("#\." functor mix)]]]
["." macro
- [syntax (#+ syntax:)]]
+ [syntax {"+" [syntax:]}]]
[math
[number
["n" nat]]]