projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fbe07
)
[project @ 1997-05-26 01:54:18 by sof]
author
sof
<unknown>
Mon, 26 May 1997 01:54:18 +0000
(
01:54
+0000)
committer
sof
<unknown>
Mon, 26 May 1997 01:54:18 +0000
(
01:54
+0000)
1.3ified
ghc/compiler/tests/typecheck/stress/tcstress001.hs
patch
|
blob
|
history
diff --git
a/ghc/compiler/tests/typecheck/stress/tcstress001.hs
b/ghc/compiler/tests/typecheck/stress/tcstress001.hs
index
7024aad
..
bbb6508
100644
(file)
--- 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