summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail028.hs
blob: 5f9b32c07f0d8da4824396b5d24fe209e13ee456 (plain)
1
2
3
4
-- !!! tests for ArityErr
module TcFail where

data A a b = B (A a)