aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/statement.jvm.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-10-31 18:09:58 -0400
committerEduardo Julian2017-10-31 18:09:58 -0400
commitf4ca44d9e155da79632415dbbf9c4ca9eb210f56 (patch)
tree14ed9090c9021bf7bdc76c08e581dc93477e1567 /new-luxc/source/luxc/generator/statement.jvm.lux
parente0f63b0cfda4d7dd0d233d13ce88b5da889dea02 (diff)
- Re-named "expr" module to "expression".
Diffstat (limited to 'new-luxc/source/luxc/generator/statement.jvm.lux')
-rw-r--r--new-luxc/source/luxc/generator/statement.jvm.lux4
1 files changed, 1 insertions, 3 deletions
diff --git a/new-luxc/source/luxc/generator/statement.jvm.lux b/new-luxc/source/luxc/generator/statement.jvm.lux
index 830935dda..6df522fb8 100644
--- a/new-luxc/source/luxc/generator/statement.jvm.lux
+++ b/new-luxc/source/luxc/generator/statement.jvm.lux
@@ -2,7 +2,6 @@
lux
(lux (control monad
["ex" exception #+ exception:])
- (concurrency ["T" task])
(data ["e" error]
[maybe]
[text "text/" Monoid<Text>]
@@ -14,8 +13,7 @@
["&;" scope]
["&;" module]
["&;" io]
- (generator ["&;" expr]
- ["&;" eval]
+ (generator ["&;" eval]
["&;" common]
(host ["$" jvm]
(jvm ["$t" type]