[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn012.stderr
1 Renamed-pass4:
2 module Imp500 where
3 infixl 9 PreludeArray.!
4 infixl 9 PreludeList.!!
5 infixl 7 PreludeRatio.%
6 infixl 7 (*)
7 infixl 6 (+)
8 infixl 6 (-)
9 infixl 7 (/)
10 infixl 9 PreludeArray.//
11 infixl 7 `div`
12 infixl 7 `mod`
13 infixl 7 `quot`
14 infixl 7 `rem`
15 infixr 0 $
16 infixr 3 &&
17 infixr 8 (**)
18 infixr 9 .
19 infixr 8 Prelude.^
20 infixr 8 Prelude.^^
21 infixr 2 ||
22 infix  4 (/=)
23 infix  6 :+
24 infix  1 :=
25 infix  4 (<)
26 infix  4 (<=)
27 infix  4 (==)
28 infix  4 (>)
29 infix  4 (>=)
30 infix  5 PreludeList.\\
31 data Int10.T1 a
32     = Int10.C1 a
33 data Int10.T10 a b c d e
34     = Int10.T10C1 a
35     | Int10.T10C2 b
36     | Int10.T10C3 c
37     | Int10.T10C4 d
38     | Int10.T10C5 e
39 data Int10.T2 a b
40     = Int10.T2C1 a
41     | Int10.T2C2 b
42 data Int10.T3 a b c
43     = Int10.T3C1 a
44     | Int10.T3C2 b
45     | Int10.T3C3 c
46 data Int10.T4 a b c d
47     = Int10.T4C1 a
48     | Int10.T4C2 b
49     | Int10.T4C3 c
50     | Int10.T4C4 d
51 data Int10.T5 a b c d e
52     = Int10.T5C1 a
53     | Int10.T5C2 b
54     | Int10.T5C3 c
55     | Int10.T5C4 d
56     | Int10.T5C5 e
57 data Int10.T6 a
58     = Int10.T6C6 a
59 data Int10.T7 a b
60     = Int10.T7C6 a
61     | Int10.T7C7 b
62 data Int10.T8 a b c
63     = Int10.T8C1 a
64     | Int10.T8C2 b
65     | Int10.T8C3 c
66 data Int10.T9 a b c d
67     = Int10.T9C1 a
68     | Int10.T9C2 b
69     | Int10.T9C3 c
70     | Int10.T9C4 d
71 instance (Eq a, Eq b) => Eq (a, b)
72 instance (Eq a, Eq b, Eq c) => Eq (a, b, c)
73 instance (Eq a, Eq b, Eq c, Eq d) => Eq (a, b, c, d)
74 instance (Ord a, Ord b) => Ord (a, b)
75 instance (Ord a, Ord b, Ord c) => Ord (a, b, c)
76 instance (Ord a, Ord b, Ord c, Ord d) => Ord (a, b, c, d)
77 instance (Ix a, Ix b) => Ix (a, b)
78 instance (Ix a, Ix b, Ix c) => Ix (a, b, c)
79 instance (Ix a, Ix b, Ix c, Ix d) => Ix (a, b, c, d)
80 instance (Text a, Text b) => Text (a, b)
81 instance (Text a, Text b, Text c) => Text (a, b, c)
82 instance (Text a, Text b, Text c, Text d) => Text (a, b, c, d)
83 instance (Binary a, Binary b) => Binary (a, b)
84 instance (Binary a, Binary b, Binary c) => Binary (a, b, c)
85 instance (Binary a, Binary b, Binary c, Binary d) => Binary (a, b, c, d)
86 PreludeArray.! :: Ix a => Array a b -> a -> b
87 PreludeList.!! :: Integral a => [b] -> a -> b
88 PreludeRatio.% :: Integral a => a -> a -> Ratio a
89 PreludeArray.// :: Ix a => Array a b -> [Assoc a b] -> Array a b
90 PreludeList.\\ :: Eq a => [a] -> [a] -> [a]
91 Prelude.^ :: (Num b, Integral a) => b -> a -> b
92 Prelude.^^ :: (Fractional b, Integral a) => b -> a -> b
93 PreludeList.or :: [Bool] -> Bool
94