liquidhaskell-0.8.0.2: tests/todo/ReflImp.hs
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--totality" @-}
{-@ LIQUID "--exact-data-cons" @-}
{-@ LIQUID "--higherorderqs" @-}
module Peano where
import ProofCombinators
import Incr (incr)
{-@ pf :: () -> { incr 2 == 3 } @-}
pf () = incr 2 *** QED
pf :: () -> Proof