packages feed

liquidhaskell-0.8.10.1: tests/errors/BadDataConType.hs

module Boo where

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

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