[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / fact.lhs
diff --git a/ghc/tests/stranal/should_compile/fact.lhs b/ghc/tests/stranal/should_compile/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