X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds002.stderr;fp=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds002.stderr;h=4cd3d62ead12c94505e2d477af1b46ae93313a47;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deSugar/ds002.stderr b/ghc/compiler/tests/deSugar/ds002.stderr new file mode 100644 index 0000000..4cd3d62 --- /dev/null +++ b/ghc/compiler/tests/deSugar/ds002.stderr @@ -0,0 +1,12 @@ +Desugared: +Test.f :: for all d. d -> d +Test.f = /\ o88 -> \ x.104 -> x.104 +Test.g :: for all d, e, f. d -> e -> f -> f +Test.g = + /\ o97 o98 t102 -> \ x.106 y.107 z.108 -> + let + fail.109 = + (error t102) + "\"ds002.hs\", line 16: pattern-matching failure [function binding]\n"S + in (Test.f t102) z.108 +