unison/unison-src/errors/abort-ability-checks-against-pure.u
2018-09-24 13:15:40 -04:00

10 lines
192 B
Plaintext

--Abort
effect Abort where
Abort : forall a . () -> {Abort} a
bork = u -> 1 + (Abort.Abort ())
(bork : () -> {} Nat)
-- failing to fail in commit 2819c206acf80f926c6d970a4ffd47c961fa4502