liquidhaskell-0.8.10.1: tests/pos/T1085.hs
{-@ LIQUID "--exact-data-cons" @-}
module T1085 where
{-@ data HEither a b = HLeft a | HRight b @-}
data HEither a b = HLeft a | HRight b
{-@ data HMaybe a = HJust a | HNothing @-}
data HMaybe a = HJust a | HNothing