[project @ 1998-07-08 10:29:10 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc080.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed charToInt lines' seperatedBy span' strToInt whiteSpace Parse(:Parse :Parse forced parse parseType parseLine parseFile);
4 _instances_
5 instance _forall_ [a] {Parse a} => {Parse [a]} = $dParse0;
6 instance {Parse PrelBase.Char} = $dParseChar0;
7 instance {Parse PrelBase.Int} = $dParseInt0;
8 _declarations_
9 1 $dParse0 _:_ _forall_ [a] {Parse a} => {Parse [a]} ;;
10 1 $dParseChar0 _:_ {Parse PrelBase.Char} ;;
11 1 $dParseInt0 _:_ {Parse PrelBase.Int} ;;
12 1 $mforced _:_ _forall_ [a] {Parse a} => a -> PrelBase.Bool ;;
13 1 $mparse _:_ _forall_ [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;;
14 1 $mparseFile _:_ _forall_ [a] {Parse a} => PrelBase.String -> [a] ;;
15 1 $mparseLine _:_ _forall_ [a] {Parse a} => PrelBase.String -> a ;;
16 1 charToInt _:_ PrelBase.Char -> PrelBase.Int ;;
17 1 class Parse a where {forced = :: a -> PrelBase.Bool; parse = :: PrelBase.String -> (a, PrelBase.String); parseType :: PrelBase.String -> (a, PrelBase.String); parseLine = :: PrelBase.String -> a; parseFile = :: PrelBase.String -> [a]} ;
18 1 lines' _:_ [PrelBase.Char] -> [[PrelBase.Char]] ;;
19 1 seperatedBy _:_ PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;;
20 1 span' _:_ _forall_ [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;;
21 1 strToInt _:_ PrelBase.String -> PrelBase.Int ;;
22 1 whiteSpace _:_ PrelBase.String -> PrelBase.String ;;