
22 Oct
2010
22 Oct
'10
2:16 p.m.
On Thu, Oct 21, 2010 at 07:49:08PM -0500, Antoine Latter wrote:
Do we know if any publicly released packages on Hackage would break from this removal?
The functions are: combine :: [([(Name, Name)], Pat)] -> ([(Name, Name)], [Pat]) -- Seems to be a helper for rename rename :: Pat -> Q ([(Name, Name)], Pat) genpat :: Pat -> Q ((Name -> ExpQ), Pat) alpha :: [(Name, Name)] -> Name -> ExpQ
simpleMatch :: Pat -> Exp -> Match
grepping hackage for genpat and simpleMatch finds no uses. Thanks Ian