summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T17562b.hs
blob: 0d635d9248c6127c68a74dcaf3a1d0a5c137d1e2 (plain)
1
2
3
4
5
6
{-# LANGUAGE QuantifiedConstraints, MultiParamTypeClasses, TypeFamilies #-}
-- NB: No PolyKinds

module T17562b where

class (forall a. a b ~ a c) => C b c