X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds017.stderr;fp=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds017.stderr;h=5b5a8fcd33ad3c99814b0a228e11ae3f7b49ea4b;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deSugar/ds017.stderr b/ghc/compiler/tests/deSugar/ds017.stderr new file mode 100644 index 0000000..5b5a8fc --- /dev/null +++ b/ghc/compiler/tests/deSugar/ds017.stderr @@ -0,0 +1,10 @@ +Desugared: +Tests.f :: for all d, e, f. f -> ((d, d) -> e) -> d -> (e, [f]) +Tests.f = + /\ o86 o96 t94 -> \ x.104 y.105 z.106 -> + let a.107 = (: t94) x.104 (Nil! t94) in + let b.108 = (: t94) x.104 a.107 in + let + c.110 = y.105 (let d.109 = MkTuple2! o86 o86 z.106 z.106 in d.109) in + let result.111 = MkTuple2! o96 [t94] c.110 b.108 in result.111 +