65df942f12c0b1f59c49624abe71f74b5b04f9d3
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc069.stderr
1
2
3 --================================================================================
4 Typechecked:
5 {- nonrec -}
6 {- nonrec -}
7 AbsBinds [] [] [([], x{-r3i,x-}, x_an6)]
8     x_an6
9         =   'a'
10 {- nonrec -}
11 {- nonrec -}
12 AbsBinds [] [] [([], y{-r3h,x-}, y_ana), ([], ys{-r3g,x-}, ys_anb)]
13     (y_ana PrelBase.:{-55,p-}{i} ys_anb)
14         =   ['a', 'b', 'c'] (PrelBase.Char{-38,p-})
15         where
16             {- nonrec -}
17             AbsBinds [] [] [([], p_r3f, p_anj)]
18                 p_anj
19                     =   x{-r3i,x-}
20             {- nonrec -}
21 {- nonrec -}
22 ghc: module version changed to 1; reason: no old .hi file
23 _interface_ ShouldSucceed 1
24 _instance_modules_
25 ArrBase IO PrelNum
26 _exports_
27 ShouldSucceed x y ys;
28 _declarations_
29 1 x _:_ PrelBase.Char ;;
30 1 y _:_ PrelBase.Char ;;
31 1 ys _:_ [PrelBase.Char] ;;