sbv-14.0: SBVTestSuite/TestSuite/CompileTests/SCase/SCase19.stderr
SCase19.hs:11:14: error: [GHC-39584]
" SCase19.hs:17:16: sCase: Non-exhaustive match:
Type : Expr
Constructor: _ | 2 .>= 3
NB. Guarded match might fail.
" In the quasi-quotation:
[sCase| e of
Zero -> 0
Num i -> 4
Var s -> ite (s .== literal "a") 1 2
Add a b -> t e + t b
Let _ _a b -> t b
_ | 2 .>= 3 -> 4
|]
|
11 | t e = [sCase| e of
| ^^^^^...