88e35d782eec316b22dc80ef1455b405a532c09c
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn006.stderr
1 Renamer stats: 5 interfaces read
2                0 class decls imported, out of 17 read
3                0 data decls imported (of which 0 abstractly), out of 9 read
4                0 newtype decls imported (of which 0 abstractly), out of 0 read
5                0 type synonym decls imported, out of 5 read
6                0 value signatures imported, out of 1098 read
7                0 instance decls imported, out of 114 read
8
9
10 ================================================================================
11 Renamer:
12 module Test where
13 {- rec -}
14 i{-r3J,x-}
15     x_r3k   =   j{-r3H,x-}
16                     x_r3k x_r3k
17 j{-r3H,x-}
18     x_r3q y_r3s
19             =   k{-r3F,x-}
20                     x_r3q x_r3q y_r3s
21 k{-r3F,x-}
22     x_r3A y_r3C z_r3E
23             =   i{-r3J,x-}
24                     z_r3E
25 {- rec -}
26 f{-r3K,x-}
27     x_r3i   =   g{-r3I,x-}
28                     x_r3i x_r3i
29 g{-r3I,x-}
30     x_r3m y_r3o
31             =   h{-r3G,x-}
32                     x_r3m x_r3m y_r3o
33 h{-r3G,x-}
34     x_r3u y_r3w z_r3y
35             =   f{-r3K,x-}
36                     z_r3y
37
38 NOTE: Simplifier still going after 4 iterations; bailing out.