[project @ 1997-07-31 01:46:24 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / fact.stderr
diff --git a/ghc/compiler/tests/stranal/fact.stderr b/ghc/compiler/tests/stranal/fact.stderr
deleted file mode 100644 (file)
index d4f4b0f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
---================================================================================
-Simplified:
-Rec {
-`s1BQ'  :: 
-    `GHC.Int# -> PrelBase.Int'
-`s1BQ' =
-    \ `ww'  :: 
-         `GHC.Int#'
-      `ww' ->
-       case# `ww' of {
-         0 ->
-             `PrelBase.I#'
-                 {2};
-         `s' ->
-             case
-                 `s1BQ'
-                     `ww'
-             of {
-             `PrelBase.I#' `s1tCY'  ->
-             case# *#! `s1tCY' `ww' of { `s1tDv' ->
-             `PrelBase.I#'
-                 {`s1tDv'};};};
-       }
-end Rec }
-`fact'  :: 
-    `PrelBase.Int -> PrelBase.Int'
-`fact' =
-    \ `n'  :: 
-         `PrelBase.Int'
-      `n' ->
-       case `n' of { `PrelBase.I#' `ww'  ->
-       `s1BQ'
-           `ww';}