From: sof Date: Mon, 26 May 1997 01:54:18 +0000 (+0000) Subject: [project @ 1997-05-26 01:54:18 by sof] X-Git-Tag: Approximately_1000_patches_recorded~550 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d1780c5b491a7c1cbed85be34774130c6cc100d;p=ghc-hetmet.git [project @ 1997-05-26 01:54:18 by sof] 1.3ified --- 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