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