[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc080.stderr
index b389bdd..64503a9 100644 (file)
@@ -1,19 +1,19 @@
 ghc: module version changed to 1; reason: no old .hi file
-__export ShouldSucceed charToInt lines' seperatedBy span' strToInt whiteSpace Parse{forced parse parseType parseLine parseFile};
-instance {Parse PrelBase.Char} = _fParseChar;
-instance {Parse PrelBase.Int} = _fParseInt;
-instance __forall [a] {Parse a} => {Parse [a]} = _gParse_91_93;
-1 _fParseChar :: {Parse PrelBase.Char} ;
-1 _fParseInt :: {Parse PrelBase.Int} ;
-1 _gParse_91_93 :: __forall [a] {Parse a} => {Parse [a]} ;
-1 _mforced :: __forall [a] {Parse a} => a -> PrelBase.Bool ;
-1 _mparse :: __forall [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;
-1 _mparseFile :: __forall [a] {Parse a} => PrelBase.String -> [a] ;
-1 _mparseLine :: __forall [a] {Parse a} => PrelBase.String -> a ;
+__export ShouldSucceed Parse{forced parse parseType parseLine parseFile} charToInt lineszq seperatedBy spanzq strToInt whiteSpace;
+instance {Parse PrelBase.Char} = zdfParseChar;
+instance {Parse PrelBase.Int} = zdfParseInt;
+instance __forall [a] {Parse a} => {Parse [a]} = zdfParseZMZN;
 1 charToInt :: PrelBase.Char -> PrelBase.Int ;
 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]} ;
-1 lines' :: [PrelBase.Char] -> [[PrelBase.Char]] ;
+1 lineszq :: [PrelBase.Char] -> [[PrelBase.Char]] ;
 1 seperatedBy :: PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;
-1 span' :: __forall [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;
+1 spanzq :: __forall [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;
 1 strToInt :: PrelBase.String -> PrelBase.Int ;
 1 whiteSpace :: PrelBase.String -> PrelBase.String ;
+1 zddmforced :: __forall [a] {Parse a} => a -> PrelBase.Bool ;
+1 zddmparse :: __forall [a] {Parse a} => PrelBase.String -> (a, PrelBase.String) ;
+1 zddmparseFile :: __forall [a] {Parse a} => PrelBase.String -> [a] ;
+1 zddmparseLine :: __forall [a] {Parse a} => PrelBase.String -> a ;
+1 zdfParseChar :: {Parse PrelBase.Char} ;
+1 zdfParseInt :: {Parse PrelBase.Int} ;
+1 zdfParseZMZN :: __forall [a] {Parse a} => {Parse [a]} ;