summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/ClassEqContext3.hs
blob: e2fd14515ff58530cdfba78c9517194876d2ac9d (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE MultiParamTypeClasses #-}

module ClassEqContext  where 

class a ~ b => C a b

instance C Char Char