diff options
author | sof <unknown> | 1998-04-06 18:39:39 +0000 |
---|---|---|
committer | sof <unknown> | 1998-04-06 18:39:39 +0000 |
commit | 83817d01dff687643eee23218435b968ba358a25 (patch) | |
tree | 761984ad45179e04848369d784b3bdcda6751f45 /ghc/compiler/hsSyn/HsSyn.lhs | |
parent | 7884da81852962202366fe8470f5cc5bb9b70699 (diff) | |
download | haskell-83817d01dff687643eee23218435b968ba358a25.tar.gz |
[project @ 1998-04-06 18:38:36 by sof]
Misc changes by Simon to emit and handle cross-module specialisations
Diffstat (limited to 'ghc/compiler/hsSyn/HsSyn.lhs')
-rw-r--r-- | ghc/compiler/hsSyn/HsSyn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index 237b660ee4..a6219b1aa1 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -35,7 +35,7 @@ import HsDecls ( HsDecl(..), TyDecl(..), InstDecl(..), ClassDecl(..), DefaultDecl(..), FixityDecl(..), ConDecl(..), ConDetails(..), BangType(..), - IfaceSig(..), HsIdInfo, SpecDataSig(..), SpecInstSig(..), + IfaceSig(..), HsIdInfo, SpecDataSig(..), hsDeclName ) import HsExpr |