Remove some apparerntly dead TH functions

Ian Lynagh igloo at earth.li
Fri Oct 22 10:16:05 EDT 2010


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



More information about the Libraries mailing list