[project @ 1997-05-26 01:54:18 by sof]
authorsof <unknown>
Mon, 26 May 1997 01:54:18 +0000 (01:54 +0000)
committersof <unknown>
Mon, 26 May 1997 01:54:18 +0000 (01:54 +0000)
1.3ified

ghc/compiler/tests/typecheck/stress/tcstress001.hs

index 7024aad..bbb6508 100644 (file)
@@ -1,6 +1,8 @@
 
 module Prims where
 
+import Prelude hiding (head)
+
 one = one
 
 head (x:xs) = x