[project @ 2000-05-08 13:40:24 by panne]
[ghc-hetmet.git] / ghc / compiler / types / FunDeps.hi-boot
index a6a7b5e..4a0e65c 100644 (file)
@@ -1,9 +1,7 @@
 _interface_ FunDeps 1
 _exports_
-instantiateFdClassTys instantiateFdTys instantiateFundeps oclose pprFundeps ;
+FunDeps instantiateFdClassTys oclose pprFundeps;
 _declarations_
 1 instantiateFdClassTys _:_ _forall_ [b] => Class.Class -> [b] -> [([b], [b])] ;;
-1 instantiateFdTys _:_ Inst.Inst -> [([TypeRep.Type], [TypeRep.Type])] ;
-1 instantiateFundeps _:_ Inst.Inst -> [([Var.Var], [Var.Var])] ;
 1 oclose _:_ _forall_ [a] => {Unique.Uniquable a} -> [([a], [a])] -> UniqFM.UniqFM a -> UniqFM.UniqFM a ;;
 1 pprFundeps _:_ _forall_ [a a1] => {Outputable.Outputable a} -> {Outputable.Outputable a1} -> [([a], [a1])] -> Outputable.PprStyle -> Pretty.Doc ;;