summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyClassMethod.hs
blob: 1f41c22ce79539a68f4bd197eed42b0f047ebb15 (plain)
1
2
3
4
5
6
7
8
9
10

{-# LANGUAGE DataKinds, StandaloneKindSignatures #-}

module RepPolyClassMethod where

import GHC.Exts

type C :: forall rep. TYPE rep -> Constraint
class C a where
  methC :: a