sbv-13.6: SBVTestSuite/TestSuite/CompileTests/PCase/PCase38.stderr
PCase38.hs:12:14: error: [GHC-83865]
" Couldn't match expected type: Proof SBool
with actual type: sbv-13.6:Data.SBV.TP.TP.TPProofGen
a0 [sbv-13.6:Data.SBV.TP.TP.Helper] ()
" In the expression:
cases
[(isZero e ==> undefined), (isNum e ==> undefined),
(isVar e ==> undefined), ....]
In an equation for t:
t e
= (cases
[(isZero e ==> undefined), (isNum e ==> undefined),
(isVar e ==> undefined), ....])
|
12 | t e = [pCase|Expr e of
| ^^^^^^^^^...