summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7272.hs-boot
blob: cb349510f88ec8cc3e6c6f6621e18a5465d785b9 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, RoleAnnotations #-}

module T7272 where

type role C phantom
class C (a :: k)