[project @ 2000-09-14 12:12:23 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc032.stderr
1 __export ShouldSucceed AList{Node Other};
2 1 data AList b = Node b [b] |  Other (b, PrelBase.Char) ;