aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/dynamic.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/type/dynamic.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/type/dynamic.lux b/stdlib/source/library/lux/type/dynamic.lux
index 0f0bf07d8..d0a042d07 100644
--- a/stdlib/source/library/lux/type/dynamic.lux
+++ b/stdlib/source/library/lux/type/dynamic.lux
@@ -3,15 +3,15 @@
[lux "*"
["[0]" debug]
[control
- ["[0]" try {"+" [Try]}]
- ["[0]" exception {"+" [exception:]}]
+ ["[0]" try {"+" Try}]
+ ["[0]" exception {"+" exception:}]
[parser
["<[0]>" code]]]
[data
[text
["%" format]]]
- [macro {"+" [with_identifiers]}
- ["[0]" syntax {"+" [syntax:]}]]
+ [macro {"+" with_identifiers}
+ ["[0]" syntax {"+" syntax:}]]
["[0]" type
abstract]]])