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