aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-02-13 18:44:02 -0400
committerEduardo Julian2019-02-13 18:44:02 -0400
commitc60426c60a137b454f6177dcb2d563a942dde75f (patch)
tree7459ca78a034157e0005dad440657842a5e14be6 /stdlib/source/lux/tool/compiler/phase.lux
parent48f11e1d8394b516b778a0e76c5d29bf64492261 (diff)
- WIP: Moved some of the JS compiler machinery over to stdlib.
- DRYed the reference translation machinery.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/phase.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase.lux b/stdlib/source/lux/tool/compiler/phase.lux
index 66abcc6cd..909b7e9e9 100644
--- a/stdlib/source/lux/tool/compiler/phase.lux
+++ b/stdlib/source/lux/tool/compiler/phase.lux
@@ -20,7 +20,7 @@
(state.State' Error s o))
(def: #export monad
- (state.monad error.monad))
+ (state.with-state error.monad))
(type: #export (Phase s i o)
(-> i (Operation s o)))