[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds024.stderr
1 Desugared:
2 Main.f :: for all d, e. d -> [[e]]
3 Main.f =
4     /\ o79 t81 -> \ x.88 ->
5         :! [t81] (Nil! t81) (:! [t81] (Nil! t81) (Nil! [t81]))
6 Main.g :: for all d, e, f, g. d -> ([e], [f], [g])
7 Main.g =
8     /\ o84 t85 t86 t87 -> \ x.89 ->
9         MkTuple3! [t85] [t86] [t87] (Nil! t85) (Nil! t86) (Nil! t87)
10