packages feed

ghc-exactprint-1.9.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