summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T16999.hs
blob: d43612d0357bed7c5de6ccdd15cea4ec7055f911 (plain)
1
2
3
4
5
6
module T16999 where

data Type
  = TBool
  | TInt
  | (->) Type Type