Refactoring of hsXxxBinders
authorsimonpj@microsoft.com <unknown>
Thu, 6 May 2010 16:37:37 +0000 (16:37 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 6 May 2010 16:37:37 +0000 (16:37 +0000)
commit241c6ba59c89d491aa4087f754dfcbbca26163f4
treea9ffbe5bf69add354b838b8a539f36180984c259
parent215ce9f15215399ce30ae55c9521087847d78646
Refactoring of hsXxxBinders

This patch moves various functions that extract the binders
from a HsTyClDecl, HsForeignDecl etc into HsUtils, and gives
them consistent names.
compiler/deSugar/DsMeta.hs
compiler/hsSyn/HsDecls.lhs
compiler/hsSyn/HsUtils.lhs
compiler/rename/RnNames.lhs
compiler/rename/RnSource.lhs
compiler/typecheck/TcDeriv.lhs
utils/ghctags/Main.hs