a6a7b5ed5ad5d3c170415c07f01306c60ff049ff
[ghc-hetmet.git] / ghc / compiler / types / FunDeps.hi-boot
1 _interface_ FunDeps 1
2 _exports_
3 instantiateFdClassTys instantiateFdTys instantiateFundeps oclose pprFundeps ;
4 _declarations_
5 1 instantiateFdClassTys _:_ _forall_ [b] => Class.Class -> [b] -> [([b], [b])] ;;
6 1 instantiateFdTys _:_ Inst.Inst -> [([TypeRep.Type], [TypeRep.Type])] ;
7 1 instantiateFundeps _:_ Inst.Inst -> [([Var.Var], [Var.Var])] ;
8 1 oclose _:_ _forall_ [a] => {Unique.Uniquable a} -> [([a], [a])] -> UniqFM.UniqFM a -> UniqFM.UniqFM a ;;
9 1 pprFundeps _:_ _forall_ [a a1] => {Outputable.Outputable a} -> {Outputable.Outputable a1} -> [([a], [a1])] -> Outputable.PprStyle -> Pretty.Doc ;;