[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / fact.stderr
diff --git a/ghc/tests/stranal/should_compile/fact.stderr b/ghc/tests/stranal/should_compile/fact.stderr
deleted file mode 100644 (file)
index 4b4d5fc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-================================================================================
-Simplified:
-Rec {
-`$g0'  ::  `GHC.Int# -> PrelBase.Int'
-`$g0' =
-    \ `$x0'  ::  `GHC.Int#'
-      `$x0' ->
-       case# `$x0' of {
-         0 -> `PrelBase.I#' {2};
-         `$x1' ->
-             case `$g0' `$x0' of { `PrelBase.I#' `$x2'  ->
-             case# *#! `$x2' `$x0' of { `$x3' -> `PrelBase.I#' {`$x3'};};};
-       }
-end Rec }
-`fact'  ::  `PrelBase.Int -> PrelBase.Int'
-`fact' =
-    \ `$x0'  ::  `PrelBase.Int'
-      `$x0' ->
-       case `$x0' of { `PrelBase.I#' `$x1'  -> `$g0' `$x1';}