aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-08-04 19:40:58 -0400
committerEduardo Julian2015-08-04 19:40:58 -0400
commita8ac885a008f519816d747eca0f894ec9794e938 (patch)
tree9199038b98adfcab2b6ec0b3796f4e06757f38da /source/program.lux
parent8a78830404234dc6e766ed6b653905bd7c89fac2 (diff)
- Renamed the Syntax type to AST.
- Created the lux/meta/ast module.
Diffstat (limited to '')
-rw-r--r--source/program.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/program.lux b/source/program.lux
index b7cce5714..02ec633fb 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -29,7 +29,7 @@
maybe
(number int
real)
- (text #as t #refer (#only <>) #open ("text:" Text/Monoid))
+ (text #refer (#only <>))
writer
tuple)
(codata (stream #as S)
@@ -38,7 +38,8 @@
(reader #as r)
state)
(host jvm)
- (meta lux
+ (meta ast
+ lux
macro
syntax)
(math #as m)