X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FFunDeps.hi-boot;h=4a0e65c769fe514170017c20e1e0a6c90b49af16;hb=bf87649e73619dbdec39e2c36599e9641e59733a;hp=a6a7b5ed5ad5d3c170415c07f01306c60ff049ff;hpb=6b62bc530ae5042d55dc59ca99b9bf8f1c939470;p=ghc-hetmet.git diff --git a/ghc/compiler/types/FunDeps.hi-boot b/ghc/compiler/types/FunDeps.hi-boot index a6a7b5e..4a0e65c 100644 --- a/ghc/compiler/types/FunDeps.hi-boot +++ b/ghc/compiler/types/FunDeps.hi-boot @@ -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 ;;