[project @ 2002-09-13 15:01:40 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnBinds.hi-boot-6
1 module RnBinds where
2
3 rnBinds :: forall b . RdrHsSyn.RdrNameHsBinds
4         -> (RnHsSyn.RenamedHsBinds
5         -> RnMonad.RnMS (b, NameSet.FreeVars))
6         -> RnMonad.RnMS (b, NameSet.FreeVars)