summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail011.hs
blob: b342618e1551036e890d5e9cd6d3d6fdc146f2bb (plain)
1
2
3
4
5
6

type A = Int

type B = Bool

type A = [Bool]