Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- relabelAst :: Program -> Program
Documentation
relabelAst :: Program -> Program Source #
Relabel identifiers in the AST so that each declaration creates an identifier with a unique name.
It helps to avoid naming errors in the future compilation phases.