summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc052.hs
blob: 108ef12046ad6db96477e422bdbf91d694216032 (plain)
1
2
3
4
5
6
7
8
module ShouldSucceed where

type A a = B a

type B c = C

type C = Int