[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc025.stderr
diff --git a/ghc/compiler/tests/typecheck/should_succeed/tc025.stderr b/ghc/compiler/tests/typecheck/should_succeed/tc025.stderr
new file mode 100644 (file)
index 0000000..0cdf21d
--- /dev/null
@@ -0,0 +1,13 @@
+Typechecked:
+AbsBinds [] [] [(g.t1, ShouldSucceed.g)]
+    {- nonrec -}
+    g.t1 :: Bool -> Bool
+    g.t1 x.r54 = (f.r55 Bool) ((f.r55 Bool) True x.r54) x.r54
+              where
+                  AbsBinds [ot7] [] [(f.t4, f.r55)]
+                      {- rec -}
+                      f.t4 :: Bool -> ot7 -> ot7
+                      f.t4 x.r56 y.r57
+                                   = if x.r56 then y.r57 else f.t4 x.r56 y.r57
+                  {- nonrec -}
+