liquidhaskell-0.8.0.2: tests/import/client/ReflectClient2.hs
{-@ LIQUID "--higherorder" @-}
module ReflectClient2 where
import ReflectLib2
{-@ proof :: a -> { v: Int | incr 5 == 6 } @-}
proof _ = incr 5
{-@ LIQUID "--higherorder" @-}
module ReflectClient2 where
import ReflectLib2
{-@ proof :: a -> { v: Int | incr 5 == 6 } @-}
proof _ = incr 5