summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6021.hs
blob: 0a89bf95703336a72a8e960a9582aedb31dc588c (plain)
1
2
3
4
5
{-# LANGUAGE KindSignatures, PolyKinds, MultiParamTypeClasses #-}
module T6021 where

class Panic a b
instance Panic (a :: b) b