packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/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 }