ghc-exactprint-0.5.0.0: tests/examples/ghc8/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