ghc-exactprint-0.5.1.0: tests/examples/ghc8/T11136.hs
{-# LANGUAGE TypeFamilies #-}
module T11136 where
class C a where
type D a
type instance D a x = x
{-# LANGUAGE TypeFamilies #-}
module T11136 where
class C a where
type D a
type instance D a x = x