summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6018Cfail.hs
blob: b7a790824cbc5c255cff2796c34dc2146037e2fc (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeFamilies #-}

module T6018Cfail where

import T6018Bfail

type instance H Int  Char Bool = Bool
type instance H Char Bool Int  = Int