[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc050.stderr
1
2 NOTE: Simplifier still going after 4 iterations; bailing out.
3 ghc: module version changed to 1; reason: no old .hi file
4 _interface_ ShouldSucceed 1
5 _instance_modules_
6 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
7 _usages_
8 PrelBase 1 :: $d1 1 $d10 1 $d13 1 $d15 1 $d2 1 $d21 1 $d26 1 $d27 1 $d29 1 $d3 1 $d30 1 $d31 1 $d33 1 $d34 1 $d36 1 $d38 1 $d4 1 $d42 1 $d7 1 $d8 1 $m- 1 $m/= 1 $mfromInt 1 $mshowList 1 Eq 1 Eval 1 Num 1 Show 1 String 1;
9 PrelNum 1 :: $d10 1 $d16 1 $d18 1 $d29 1 $d33 1 $d35 1;
10 _exports_
11 ShouldSucceed f g Foo(:Foo :Foo o_and);
12 _instances_
13 instance {Foo PrelBase.Int} = $d1;
14 instance {Foo PrelBase.Bool} = $d2;
15 _declarations_
16 1 $d1 _:_ {Foo PrelBase.Int} ;;
17 1 $d2 _:_ {Foo PrelBase.Bool} ;;
18 1 class Foo a where {o_and :: a -> a -> a} ;
19 1 f _:_ _forall_ [a] => PrelBase.Bool -> a -> PrelBase.Bool ;;
20 1 g _:_ _forall_ [a b] {Foo b, PrelBase.Num b} => b -> a -> b ;;