ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T10141.hs
{-# LANGUAGE TypeFamilies, PolyKinds #-}
module T10141 where
type family G (a :: k) where
G Int = Bool
G Bool = Int
G a = a
{-# LANGUAGE TypeFamilies, PolyKinds #-}
module T10141 where
type family G (a :: k) where
G Int = Bool
G Bool = Int
G a = a