X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FFunDeps.hi-boot-5;h=c1e72ecc240a10273b9427e500222b34eea7c700;hb=b5316b661d9149c74e7da1d5e2c735979336bde0;hp=168a86e3caee1b90d8fb76b3c453fc10618d1fc8;hpb=297f714906efa8a76378c6fa6db3cd592f896749;p=ghc-hetmet.git diff --git a/ghc/compiler/types/FunDeps.hi-boot-5 b/ghc/compiler/types/FunDeps.hi-boot-5 index 168a86e..c1e72ec 100644 --- a/ghc/compiler/types/FunDeps.hi-boot-5 +++ b/ghc/compiler/types/FunDeps.hi-boot-5 @@ -1,7 +1,5 @@ __interface FunDeps 1 0 where -__export FunDeps instantiateFdClassTys instantiateFdTys instantiateFundeps oclose pprFundeps ; +__export FunDeps instantiateFdClassTys oclose pprFundeps ; 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 ;