packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/OverloadedRecFldsFail10_A.hs

{-# LANGUAGE TypeFamilies #-}
module OverloadedRecFldsFail10_A where

data family F a
data instance F Int = MkFInt { foo :: Int }