[project @ 2000-10-04 16:47:39 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / FunDeps.hi-boot-5
1 __interface FunDeps 1 0 where
2 __export FunDeps instantiateFdClassTys oclose pprFundeps ;
3 1 instantiateFdClassTys :: __forall [b] => Class.Class -> [b] -> [([b], [b])] ;
4 1 oclose :: __forall [a] => {Unique.Uniquable a} -> [([a], [a])] -> UniqFM.UniqFM a -> UniqFM.UniqFM a ;
5 1 pprFundeps :: __forall [a a1] => {Outputable.Outputable a} -> {Outputable.Outputable a1} -> [([a], [a1])] -> Outputable.PprStyle -> Pretty.Doc ;