[project @ 1999-12-29 14:46:29 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) ;