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