e3922970f73389134c6f174fe1826a19e374a454
[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) ;