Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains the compiler pipeline for the translation of the intermediate representation that is generated by the front end into a format that is accepted by the back end.
The compiler pipeline is organized into compiler Pass
es. Each pass
performs some transformation on the converted module.