summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFamilyKindFail1.hs
blob: 0306a11c9fad639c1528c49462179ed0c717f0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UnliftedNewtypes #-}

module UnliftedNewtypesFamilyKindFail1 where

import Data.Kind (Type)

data family DF (a :: Type) :: 5