liquidhaskell-0.8.2.2: tests/import/client/T1180.hs
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--exact-data-con" @-}
module Ev where
import Peano
pInt :: Peano -> Int
pInt Z = 0
pInt (S n) = 1 + pInt n
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--exact-data-con" @-}
module Ev where
import Peano
pInt :: Peano -> Int
pInt Z = 0
pInt (S n) = 1 + pInt n