summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail094.hs
blob: 225ceb2d97da75cbe11c600f1d6bc237ca08ad2e (plain)
1
2
3
4
5
6
7
8
9
10


module ShouldFail where

-- This nonsense tickled a missing-kind-check error in ghc5.00.2

type A = Int 1