Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- subst :: (MonadIO m, Data ast) => Substitution -> Context -> ast -> TransformT m ast
Documentation
subst :: (MonadIO m, Data ast) => Substitution -> Context -> ast -> TransformT m ast Source #
Perform the given Substitution
on an AST, avoiding variable capture
by alpha-renaming binders as needed.