liquidhaskell-0.7.0.0: tests/pos/ReflectLib0.hs
module ReflectLib0 where
{-@ inline gtThan @-}
gtThan :: Int -> Int -> Bool
gtThan x y = x > y
{-@ predicate GreaterThanA X Y = X > Y @-}
module ReflectLib0 where
{-@ inline gtThan @-}
gtThan :: Int -> Int -> Bool
gtThan x y = x > y
{-@ predicate GreaterThanA X Y = X > Y @-}