[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds024.stderr
diff --git a/ghc/compiler/tests/deSugar/ds024.stderr b/ghc/compiler/tests/deSugar/ds024.stderr
new file mode 100644 (file)
index 0000000..cb012f9
--- /dev/null
@@ -0,0 +1,10 @@
+Desugared:
+Main.f :: for all d, e. d -> [[e]]
+Main.f =
+    /\ o79 t81 -> \ x.88 ->
+       :! [t81] (Nil! t81) (:! [t81] (Nil! t81) (Nil! [t81]))
+Main.g :: for all d, e, f, g. d -> ([e], [f], [g])
+Main.g =
+    /\ o84 t85 t86 t87 -> \ x.89 ->
+       MkTuple3! [t85] [t86] [t87] (Nil! t85) (Nil! t86) (Nil! t87)
+