derive-2.6.5: A program and library to derive instances for data types

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.Peephole

Documentation

peephole :: Data a => a -> a Source #

replaceVar :: Name -> Exp -> Exp -> Exp Source #

replaceVars :: [(Name, Exp)] -> Exp -> Exp Source #