From 9d1780c5b491a7c1cbed85be34774130c6cc100d Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:54:18 +0000 Subject: [PATCH] [project @ 1997-05-26 01:54:18 by sof] 1.3ified --- ghc/compiler/tests/typecheck/stress/tcstress001.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/tests/typecheck/stress/tcstress001.hs b/ghc/compiler/tests/typecheck/stress/tcstress001.hs index 7024aad..bbb6508 100644 --- a/ghc/compiler/tests/typecheck/stress/tcstress001.hs +++ b/ghc/compiler/tests/typecheck/stress/tcstress001.hs @@ -1,6 +1,8 @@ module Prims where +import Prelude hiding (head) + one = one head (x:xs) = x -- 1.7.10.4