X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_compile%2Ftc034.stderr;h=17c9de22711154a27d2f177b282aa57deb5f5670;hb=027f64063816c0b502cff27a6bf6a9bba84dd981;hp=468e791573309467debd75f58d723be1aa5ec0dd;hpb=26e677fd40e5dd967f0271a9232dfd5e3cd1ee29;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_compile/tc034.stderr b/ghc/tests/typecheck/should_compile/tc034.stderr index 468e791..17c9de2 100644 --- a/ghc/tests/typecheck/should_compile/tc034.stderr +++ b/ghc/tests/typecheck/should_compile/tc034.stderr @@ -1,16 +1,10 @@ ghc: module version changed to 1; reason: no old .hi file -_interface_ ShouldSucceed 1 -_instance_modules_ -IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum -_usages_ -PrelBase 1 :: $d1 1 $d10 1 $d13 1 $d15 1 $d2 1 $d21 1 $d26 1 $d27 1 $d29 1 $d3 1 $d30 1 $d31 1 $d33 1 $d34 1 $d36 1 $d38 1 $d4 1 $d42 1 $d7 1 $d8 1 $m- 1 $m/= 1 $mfromInt 1 $mshowList 1 Eq 1 Eval 1 Num 1 Show 1 String 1; -PrelNum 1 :: $d10 1 $d16 1 $d18 1 $d29 1 $d33 1 $d35 1; _exports_ ShouldSucceed g AList(ANull ANode) IntList; _instances_ -instance _forall_ [a] => {PrelBase.Eval (AList a)} = $d1; +instance _forall_ [a] => {PrelBase.Eval (AList a)} = $dEvalAList0; _declarations_ -1 $d1 _:_ _forall_ [a] => {PrelBase.Eval (AList a)} ;; +1 $dEvalAList0 _:_ _forall_ [a] => {PrelBase.Eval (AList a)} ;; 1 data AList a = ANull | ANode a (AList a) ; 1 g _:_ _forall_ [a] {PrelBase.Num a} => AList PrelBase.Bool -> a ;; 1 type IntList = AList PrelBase.Int ;