packages feed

liquidhaskell-0.8.0.2: tests/errors/BadDataConType.hs

module Boo where

{-@ data T = C { fldX :: Int, fldY :: Bool } @-}

data T = C { fldX :: Int, fldY :: Int }