Skip to content
Snippets Groups Projects
Commit b5316b66 authored by Jeff Lewis's avatar Jeff Lewis
Browse files

[project @ 1999-12-03 00:07:29 by lewie]

Fergot the booties...
parent 297f7149
No related merge requests found
_interface_ FunDeps 1
_exports_
instantiateFdClassTys instantiateFdTys instantiateFundeps oclose pprFundeps ;
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 ;;
__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 ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment