aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/parser/code.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/parser/code.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/parser/code.lux b/stdlib/source/lux/control/parser/code.lux
index 33ff0abe2..b20f707a3 100644
--- a/stdlib/source/lux/control/parser/code.lux
+++ b/stdlib/source/lux/control/parser/code.lux
@@ -6,13 +6,13 @@
["." try (#+ Try)]]
[data
["." bit]
+ ["." text ("#@." monoid)]
["." name]
[number
["." nat]
["." int]
["." rev]
["." frac]]
- ["." text ("#@." monoid)]
[collection
["." list ("#@." functor)]]]
[macro