summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/VisFlag4.hs
blob: 752007f92e9af71e614a16bf206dd711bf4786e4 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE StandaloneKindSignatures #-}

module VisFlag4 where

import Data.Kind

type C :: (forall k -> k -> k) -> Constraint
class C (hk :: forall k. k -> k) where