[project @ 2000-01-10 11:08:04 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc080.stderr
index ccaf3b8..8f10047 100644 (file)
@@ -1,22 +1,19 @@
-ghc: module version changed to 1; reason: no old .hi file
-_exports_
-ShouldSucceed charToInt lines' seperatedBy span' strToInt whiteSpace Parse(:Parse :Parse forced parse parseType parseLine parseFile);
-_instances_
-instance _forall_ [a] {Parse a} => {Parse [a]} = $dParse0;
-instance {Parse PrelBase.Char} = $dParseChar0;
-instance {Parse PrelBase.Int} = $dParseInt0;
-_declarations_
-1 $dParse0 _:_ _forall_ [a] {Parse a} => {Parse [a]} ;;
-1 $dParseChar0 _:_ {Parse PrelBase.Char} ;;
-1 $dParseInt0 _:_ {Parse PrelBase.Int} ;;
-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 ;;
-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 seperatedBy _:_ PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;;
-1 span' _:_ _forall_ [a] => (a -> PrelBase.Bool) -> [a] -> ([a], [a]) ;;
-1 strToInt _:_ PrelBase.String -> PrelBase.Int ;;
-1 whiteSpace _:_ PrelBase.String -> PrelBase.String ;;
+__export ShouldSucceed Parse{parseFile parseLine parseType parse forced} 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 {parseFile = :: PrelBase.String -> [a]; parseLine = :: PrelBase.String -> a; parseType :: PrelBase.String -> (a, PrelBase.String); parse = :: PrelBase.String -> (a, PrelBase.String); forced = :: a -> PrelBase.Bool} ;
+1 lineszq :: [PrelBase.Char] -> [[PrelBase.Char]] ;
+1 seperatedBy :: PrelBase.Char -> PrelBase.String -> [PrelBase.String] ;
+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 zddmparseType :: __forall [a] => {Parse a} -> PrelBase.String -> (a, PrelBase.String) ;
+1 zdfParseChar :: {Parse PrelBase.Char} ;
+1 zdfParseInt :: {Parse PrelBase.Int} ;
+1 zdfParseZMZN :: __forall [a] => {Parse a} -> {Parse [a]} ;