ghc-exactprint-0.5.3.1: tests/examples/ghc80/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