76d6a58f73c9c52ce52c92d8135e359d0b46c733
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc069.stderr
1 ==================== Typechecked ====================
2 AbsBinds [] [] [([], x{-r3i,x-}, x_akA)]
3     x_akA = 'a'
4 AbsBinds [] [] [([], y{-r3h,x-}, y_akD), ([], ys{-r3g,x-}, ys_akE)]
5     (y_akD PrelBase.:{-55,w-}{i} ys_akE)
6         = ['a', 'b', 'c'] (PrelBase.Char{-38,W-})
7         where
8             {- nonrec -}
9             AbsBinds [] [] [([], p_r3f, p_akM)]
10                 p_akM = x{-r3i,x-}
11             {- nonrec -}
12             {- nonrec -}
13
14 ghc: module version changed to 1; reason: no old .hi file
15 _interface_ ShouldSucceed 1
16 _instance_modules_
17 ArrBase IO PrelNum
18 _exports_
19 ShouldSucceed x y ys;
20 _declarations_
21 1 x _:_ PrelBase.Char ;;
22 1 y _:_ PrelBase.Char ;;
23 1 ys _:_ [PrelBase.Char] ;;