packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/OverloadedRecFldsFail11_A.hs

{-# LANGUAGE DuplicateRecordFields #-}
module OverloadedRecFldsFail11_A where

{-# WARNING foo "Warning on a record field" #-}
data S = MkS { foo :: Bool }
data T = MkT { foo :: Int }