summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T19739b.hs
blob: e0377383da469a351487b8900ae45675a055d3c1 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneKindSignatures #-}
module Bug where

import Data.Kind
import Data.Proxy

type T :: forall (a :: Type) -> Type
newtype T a = Mk (Proxy a)