0788789b51a8adf11a50995826aa5cda27ad03f8
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc032.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed AList{Node Other};
3 1 data AList b = Node b [b] |  Other (b, PrelBase.Char) ;