[project @ 1997-07-31 01:46:24 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / fact.lhs
diff --git a/ghc/compiler/tests/stranal/fact.lhs b/ghc/compiler/tests/stranal/fact.lhs
deleted file mode 100644 (file)
index 20b2256..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-> module Test where
-> fact :: Int -> Int
-> fact n = if n==0 then 2 else (fact n) * n