Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Copilot.Verifier.Examples.ShouldFail.Partial.AbsIntMin
Description
This will fail to verify since the verification does not assume the
notIntMin
property, which is needed to prevent undefined behavior when
invoking the abs
function.