diff options
author | partain <unknown> | 1996-07-19 18:38:35 +0000 |
---|---|---|
committer | partain <unknown> | 1996-07-19 18:38:35 +0000 |
commit | f7ecf7234c224489be8a5e63fced903b655d92ee (patch) | |
tree | fe7aa9a0dea8761a26cf0f89d4008919cb90ae76 /ghc/compiler/hsSyn/HsDecls.lhs | |
parent | 12899612693163154531da3285ec99c1c8ca2226 (diff) | |
download | haskell-f7ecf7234c224489be8a5e63fced903b655d92ee.tar.gz |
[project @ 1996-07-19 18:36:04 by partain]
partain 1.3 changes through 960719
Diffstat (limited to 'ghc/compiler/hsSyn/HsDecls.lhs')
-rw-r--r-- | ghc/compiler/hsSyn/HsDecls.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/hsSyn/HsDecls.lhs b/ghc/compiler/hsSyn/HsDecls.lhs index aac4f40abb..6341f66a26 100644 --- a/ghc/compiler/hsSyn/HsDecls.lhs +++ b/ghc/compiler/hsSyn/HsDecls.lhs @@ -27,7 +27,7 @@ import Outputable ( interppSP, interpp'SP, ) import Pretty import SrcLoc ( SrcLoc ) -import Util ( panic#{-ToDo:rm eventually-} ) +--import Util ( panic#{-ToDo:rm eventually-} ) \end{code} %************************************************************************ |