summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/ClassEqContext2.hs
blob: a4915777232ed77d9bbed8d0fc395612640f62f6 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE MultiParamTypeClasses #-}

module ClassEqContext  where 

class (Show a,a ~ b) => C a b