liquidhaskell-0.9.0.2.1: tests/pos/Test00.hs
module Test00 () where
import Language.Haskell.Liquid.Prelude
prop_abs :: Bool
prop_abs = if x > 0 then baz x else False
where
x = choose 0
baz gooberding = liquidAssertB (gooberding >= 0)
module Test00 () where
import Language.Haskell.Liquid.Prelude
prop_abs :: Bool
prop_abs = if x > 0 then baz x else False
where
x = choose 0
baz gooberding = liquidAssertB (gooberding >= 0)