4cd3d62ead12c94505e2d477af1b46ae93313a47
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds002.stderr
1 Desugared:
2 Test.f :: for all d. d -> d
3 Test.f = /\ o88 -> \ x.104 -> x.104
4 Test.g :: for all d, e, f. d -> e -> f -> f
5 Test.g =
6     /\ o97 o98 t102 -> \ x.106 y.107 z.108 ->
7         let
8           fail.109 =
9               (error t102)
10                   "\"ds002.hs\", line 16: pattern-matching failure [function binding]\n"S
11         in  (Test.f t102) z.108
12