aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/exception.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/exception.lux')
-rw-r--r--stdlib/source/library/lux/control/exception.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/control/exception.lux b/stdlib/source/library/lux/control/exception.lux
index 17de72095..49daeec7e 100644
--- a/stdlib/source/library/lux/control/exception.lux
+++ b/stdlib/source/library/lux/control/exception.lux
@@ -1,14 +1,14 @@
(.module:
[library
- [lux #*
+ [lux "*"
["." macro]
["." meta]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
["." maybe]
["<>" parser ("#\." monad)
- ["<.>" code (#+ Parser)]]]
+ ["<.>" code {"+" [Parser]}]]]
[data
["." product]
["." text ("#\." monoid)]
@@ -16,15 +16,15 @@
["." list ("#\." functor mix)]]]
[macro
["." code]
- [syntax (#+ syntax:)
+ [syntax {"+" [syntax:]}
["|.|" input]
- ["." type #_
+ ["." type "_"
["|#_.|" variable]]]]
[math
[number
["n" nat ("#\." decimal)]]]]]
[//
- ["//" try (#+ Try)]])
+ ["//" try {"+" [Try]}]])
(type: .public (Exception a)
(Record