summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearKind3.hs
blob: 7d85cb6e96bb6ebb9bdb888dbb0094c02fe14336 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE LinearTypes, KindSignatures, DataKinds #-}
module LinearKind3 where -- T18780

import GHC.Exts
import GHC.Types

type K = Type %1 -> Type
data T :: K