summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail216.hs
blob: 16a56e082e4272ed3206ec7381340089dd5456d4 (plain)
1
2
3
4
{-# LANGUAGE ConstraintKinds, MultiParamTypeClasses, UndecidableInstances #-}
module TcFail where

class cls (A cls) => A cls c where