aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/type.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/type.lux b/stdlib/source/library/lux/type.lux
index 0ef1ba1af..c6f57f52f 100644
--- a/stdlib/source/library/lux/type.lux
+++ b/stdlib/source/library/lux/type.lux
@@ -1,16 +1,16 @@
(.module:
[library
- [lux (#- function :as)
+ [lux {"-" [function :as]}
["@" target]
[abstract
- [equivalence (#+ Equivalence)]
- [monad (#+ Monad do)]]
+ [equivalence {"+" [Equivalence]}]
+ [monad {"+" [Monad do]}]]
[control
["." function]
["." maybe]
- ["." exception (#+ exception:)]
+ ["." exception {"+" [exception:]}]
["<>" parser
- ["<.>" code (#+ Parser)]]]
+ ["<.>" code {"+" [Parser]}]]]
[data
["." product]
["." text ("#\." monoid equivalence)]
@@ -19,7 +19,7 @@
["." array]
["." list ("#\." functor monoid mix)]]]
["." macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]]
[math
[number