We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f844182 commit b92de8fCopy full SHA for b92de8f
semantic-core/src/Core/Eval.hs
@@ -39,4 +39,4 @@ eval eval = \case
39
If c t e -> do
40
c' <- eval c
41
dif c' (eval t) (eval e)
42
- Die s -> ddie s
+ Die s -> dstring s >>= ddie
0 commit comments