ghc-exactprint-0.5.3.1: tests/examples/ghc80/T11148.hs
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE FlexibleInstances #-}
module T11148 where
data family G a b c d
data instance G Int b Float d = G deriving Functor
data family H a b c d
data instance H [b] b d c = H deriving Functor