aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/syntax/common
diff options
context:
space:
mode:
authorEduardo Julian2019-04-06 21:14:27 -0400
committerEduardo Julian2019-04-06 21:14:27 -0400
commita75f032ff219fdd639580455a6d3e83fd05d5592 (patch)
treef02c8e6b9c7c8fd932790b0fc8152fa30be55d7f /stdlib/source/lux/macro/syntax/common
parent9a22a2616ad08d4bda9555510aa4aaeced4b69f3 (diff)
Created the "lux/abstract" branch and moved some modules into it.
Diffstat (limited to 'stdlib/source/lux/macro/syntax/common')
-rw-r--r--stdlib/source/lux/macro/syntax/common/reader.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/macro/syntax/common/reader.lux b/stdlib/source/lux/macro/syntax/common/reader.lux
index 6ad2e4d46..99277857f 100644
--- a/stdlib/source/lux/macro/syntax/common/reader.lux
+++ b/stdlib/source/lux/macro/syntax/common/reader.lux
@@ -1,7 +1,8 @@
(.module: {#.doc "Commons syntax readers."}
[lux #*
+ [abstract
+ monad]
[control
- monad
["p" parser ("#;." monad)]]
[data
["." name ("#;." equivalence)]