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

module T17562b where

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