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

{-# OPTIONS_GHC -XKindSignatures #-}

module Foo where

import Data.Kind (Type)

data Foo (a :: Type) = Foo a