summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read051.hs
blob: 6a4d3444e9ec3d3a161a7ac599baece258cfd1bb (plain)
1
2
3
4
5
6
7
8
9

{-# LANGUAGE KindSignatures #-}

module Foo where

import Data.Kind (Type)

data Foo (a :: Type) = Foo a