aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux')
-rw-r--r--stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux b/stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux
index 0d15ae463..672bc9e87 100644
--- a/stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux
+++ b/stdlib/source/lux/platform/compiler/phase/synthesis/expression.lux
@@ -78,7 +78,7 @@
(case> (#error.Success output)
(#error.Success output)
- (#error.Error error)
+ (#error.Failure error)
(<| (///.run' state)
(do ///.Monad<Operation>
[argsS+ (monad.map @ phase args)]