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:
9fc856c
)
[project @ 1997-05-26 04:38:49 by sof]
author
sof
<unknown>
Mon, 26 May 1997 04:38:49 +0000
(
04:38
+0000)
committer
sof
<unknown>
Mon, 26 May 1997 04:38:49 +0000
(
04:38
+0000)
Replaced HsBinds with HsMatches
ghc/compiler/hsSyn/HsLoop.hs
patch
|
blob
|
history
diff --git
a/ghc/compiler/hsSyn/HsLoop.hs
b/ghc/compiler/hsSyn/HsLoop.hs
index
6a67984
..
2122fbf
100644
(file)
--- a/
ghc/compiler/hsSyn/HsLoop.hs
+++ b/
ghc/compiler/hsSyn/HsLoop.hs
@@
-1,9
+1,8
@@
module HsLoop
-
(
- module HsExpr,
- module HsBinds
+ module HsMatches,
+ module HsExpr
) where
+import HsMatches
import HsExpr
-import HsBinds