diff options
author | panne <unknown> | 2000-04-13 20:41:32 +0000 |
---|---|---|
committer | panne <unknown> | 2000-04-13 20:41:32 +0000 |
commit | f5262d4457cabda7112af850d4659366a7ce34a1 (patch) | |
tree | cf67d8bb5862768408f5da1bd2d654838bca8d32 /ghc/compiler/specialise | |
parent | 5c5e8accb94848ba3f4d079cf673f4e87c06a4ad (diff) | |
download | haskell-f5262d4457cabda7112af850d4659366a7ce34a1.tar.gz |
[project @ 2000-04-13 20:41:30 by panne]
GHC has instance amnesia again, so a bunch of funny
`import Ppr{Core,Type} ()? had to be added. Sorry,
but I need a bootstrapping GHC.
Diffstat (limited to 'ghc/compiler/specialise')
-rw-r--r-- | ghc/compiler/specialise/Specialise.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/specialise/Specialise.lhs b/ghc/compiler/specialise/Specialise.lhs index 3154df7729..24a8b619cc 100644 --- a/ghc/compiler/specialise/Specialise.lhs +++ b/ghc/compiler/specialise/Specialise.lhs @@ -21,6 +21,7 @@ import Type ( Type, mkTyVarTy, splitSigmaTy, splitFunTysN, tyVarsOfType, tyVarsOfTypes, tyVarsOfTheta, applyTys, mkForAllTys, boxedTypeKind ) +import PprType ( {- instance Outputable Type -} ) import Subst ( Subst, mkSubst, substTy, emptySubst, substBndrs, extendSubstList, substId, substAndCloneId, substAndCloneIds, lookupIdSubst ) |