summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail036.hs
blob: af2d1b3d0cc87221c9a604f8da7121e2df94b7a6 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module Foo where

import Data.Kind (Type)

data Foo (a :: Type) = Foo a