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

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