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

module T7272 where

class C (a :: k)