[project @ 1999-01-23 17:57:35 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 charToInt lines' seperatedBy span' strToInt whiteSpace Parse{forced parse parseType parseLine parseFile};
3 instance {Parse PrelBase.Char} = _fParseChar;
4 instance {Parse PrelBase.Int} = _fParseInt;
5 instance __forall [a] {Parse a} => {Parse [a]} = _gParse_91_93;
6 1 _fParseChar :: {Parse PrelBase.Char} ;
7 1 _fParseInt :: {Parse PrelBase.Int} ;
8 1 _gParse_91_93 :: __forall [a] {Parse a} => {Parse [a]} ;
9 1 _mforced :: __forall [a] {Parse a} => a -> PrelBase.Bool ;
10 1 _mparse :: __forall [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;
11 1 _mparseFile :: __forall [a] {Parse a} => PrelBase.String -> [a] ;
12 1 _mparseLine :: __forall [a] {Parse a} => PrelBase.String -> a ;
13 1 charToInt :: PrelBase.Char -> PrelBase.Int ;
14 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]} ;
15 1 lines' :: [PrelBase.Char] -> [[PrelBase.Char]] ;
16 1 seperatedBy :: PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;
17 1 span' :: __forall [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;
18 1 strToInt :: PrelBase.String -> PrelBase.Int ;
19 1 whiteSpace :: PrelBase.String -> PrelBase.String ;