[project @ 1996-11-26 12:46:28 by dnt]
[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)