packages feed

liquidhaskell-0.6.0.0: tests/crash/errmsg-dc-type.hs

module Boo where

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

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