[project @ 1997-06-18 23:52:36 by simonpj]
[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)