9c43bbb0100d890c5203dcaf3789763bd5476392
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc032.hs
1 module ShouldSucceed where
2
3 data AList b = Node b [b] | Other (b,Char)