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