summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/saks_fail012.hs
blob: 892eb8c418e7cd2c492689d89cf48caf6c699f31 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE StandaloneKindSignatures #-}

module SAKS_Fail012 where

import Data.Kind (Type, Constraint)

type C :: Type -> Type -> Constraint
class C a where