aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/dynamic.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/dynamic.lux')
-rw-r--r--stdlib/source/library/lux/type/dynamic.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/type/dynamic.lux b/stdlib/source/library/lux/type/dynamic.lux
index 19898da65..6311e8a2f 100644
--- a/stdlib/source/library/lux/type/dynamic.lux
+++ b/stdlib/source/library/lux/type/dynamic.lux
@@ -1,17 +1,17 @@
(.module:
[library
- [lux #*
+ [lux "*"
["." debug]
[control
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
[parser
["<.>" code]]]
[data
[text
["%" format]]]
- [macro (#+ with_identifiers)
- ["." syntax (#+ syntax:)]]
+ [macro {"+" [with_identifiers]}
+ ["." syntax {"+" [syntax:]}]]
["." type
abstract]]])