summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read051.hs
blob: 3e9524186244610af03f0efa4c773f5b0bc27d26 (plain)
1
2
3
4
5
6
7

{-# LANGUAGE KindSignatures #-}

module Foo where

data Foo (a :: *) = Foo a