summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/saks_fail025.hs
blob: 01c0af016ab68c4f876810fc802a910af7d3047a (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE StandaloneKindSignatures #-}

module SAKS_Fail024 where

import Data.Kind (Type)

type A, B, C :: Type

data A
data B
data C