liquidhaskell-0.9.0.2.1: tests/pos/ExactGADT0.hs
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--exact-data-con" @-}
module ExactGADT0 where
data Value a where
VInt :: Int -> Value Int
VBool :: Bool -> Value Bool
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--exact-data-con" @-}
module ExactGADT0 where
data Value a where
VInt :: Int -> Value Int
VBool :: Bool -> Value Bool