packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/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 }