[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc080.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Parse{forced parse parseType parseLine parseFile} charToInt lineszq seperatedBy spanzq strToInt whiteSpace;
3 instance {Parse PrelBase.Char} = zdfParseChar;
4 instance {Parse PrelBase.Int} = zdfParseInt;
5 instance __forall [a] {Parse a} => {Parse [a]} = zdfParseZMZN;
6 1 charToInt :: PrelBase.Char -> PrelBase.Int ;
7 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]} ;
8 1 lineszq :: [PrelBase.Char] -> [[PrelBase.Char]] ;
9 1 seperatedBy :: PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;
10 1 spanzq :: __forall [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;
11 1 strToInt :: PrelBase.String -> PrelBase.Int ;
12 1 whiteSpace :: PrelBase.String -> PrelBase.String ;
13 1 zddmforced :: __forall [a] {Parse a} => a -> PrelBase.Bool ;
14 1 zddmparse :: __forall [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;
15 1 zddmparseFile :: __forall [a] {Parse a} => PrelBase.String -> [a] ;
16 1 zddmparseLine :: __forall [a] {Parse a} => PrelBase.String -> a ;
17 1 zdfParseChar :: {Parse PrelBase.Char} ;
18 1 zdfParseInt :: {Parse PrelBase.Int} ;
19 1 zdfParseZMZN :: __forall [a] {Parse a} => {Parse [a]} ;