ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T6018Cfail.hs
{-# LANGUAGE TypeFamilies #-}
module T6018Cfail where
import T6018Bfail
type instance H Int Char Bool = Bool
type instance H Char Bool Int = Int
{-# LANGUAGE TypeFamilies #-}
module T6018Cfail where
import T6018Bfail
type instance H Int Char Bool = Bool
type instance H Char Bool Int = Int