[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc080.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 Addr ArrBase Foreign IO PrelNum
7 _usages_
8 PrelBase 1 :: $d1 1 $d11 1 $d12 1 $d14 1 $d15 1 $d16 1 $d2 1 $d22 1 $d23 1 $d24 1 $d25 1 $d26 1 $d27 1 $d28 1 $d3 1 $d31 1 $d32 1 $d33 1 $d34 1 $d35 1 $d38 1 $d39 1 $d4 1 $d40 1 $d42 1 $d43 1 $d45 1 $d46 1 $d47 1 $d50 1 $d51 1 $d52 1 $d55 1 $d56 1 $d6 1 $d7 1 $d8 1 $d9 1 $m- 1 $m/= 1 $m< 1 $m<= 1 $m> 1 $m>= 1 $m>> 1 $mcompare 1 $menumFromThenTo 1 $menumFromTo 1 $mfromInt 1 $mmax 1 $mmin 1 $mshowList 1 . 1 dropWhile 1 isDigit 1 isSpace 1 ord 1 Enum 1 Eq 1 Eval 1 Functor 1 Monad 1 MonadPlus 1 MonadZero 1 Num 1 Ord 1 Ordering 1 Show 1 String 1;
9 PrelList 1 :: all 1 length 1 null 1 tail 1;
10 PrelNum 1 :: $d1 1 $d10 1 $d15 1 $d16 1 $d17 1 $d18 1 $d2 1 $d29 1 $d30 1 $d31 1 $d32 1 $d33 1 $d34 1 $d35 1 $d36 1 $d37 1 $d38 1 $d39 1 $d5 1 $d6 1 $d7 1 $d8 1 $mdiv 1 $mdivMod 1 $mmod 1 $mquot 1 $mrem 1 ^ 1 Integral 1 Ratio 1 Rational 1 Real 1;
11 PrelTup 1 :: $d13 1 $d4 1 $d49 1 $d9 1;
12 _exports_
13 ShouldSucceed charToInt lines' seperatedBy span' strToInt whiteSpace Parse(parseFile parseLine parseType parse forced);
14 _instances_
15 instance _forall_ [a] {Parse a} => {Parse [a]} = $d1;
16 instance {Parse PrelBase.Char} = $d2;
17 instance {Parse PrelBase.Int} = $d3;
18 _declarations_
19 1 $d1 _:_ _forall_ [a] {Parse a} => {Parse [a]} ;;
20 1 $d2 _:_ {Parse PrelBase.Char} ;;
21 1 $d3 _:_ {Parse PrelBase.Int} ;;
22 1 $mforced _:_ _forall_ [a] {Parse a} => a -> PrelBase.Bool ;;
23 1 $mparse _:_ _forall_ [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;;
24 1 $mparseFile _:_ _forall_ [a] {Parse a} => PrelBase.String -> [a] ;;
25 1 $mparseLine _:_ _forall_ [a] {Parse a} => PrelBase.String -> a ;;
26 1 class Parse a where {parseFile = :: PrelBase.String -> [a]; parseLine = :: PrelBase.String -> a; parseType :: PrelBase.String -> (a, PrelBase.String); parse = :: PrelBase.String -> (a, PrelBase.String); forced = :: a -> PrelBase.Bool} ;
27 1 charToInt _:_ PrelBase.Char -> PrelBase.Int ;;
28 1 lines' _:_ [PrelBase.Char] -> [[PrelBase.Char]] ;;
29 1 seperatedBy _:_ PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;;
30 1 span' _:_ _forall_ [ta] => (ta -> PrelBase.Bool) -> [ta] -> ([ta], [ta]) ;;
31 1 strToInt _:_ PrelBase.String -> PrelBase.Int ;;
32 1 whiteSpace _:_ PrelBase.String -> PrelBase.String ;;