summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail036.hs
blob: 15afd980f8f2dea15e5a430b8d0f0c37ed60509f (plain)
1
2
3
4
5
module Foo where

import Data.Kind (Type)

data Foo (a :: Type) = Foo a