Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ensures that all occurences of an abstract name share the same concrete name.
Apply this transformation if your backend uses concrete names for identification purposes!
The identity of an abstract name is only the nameId, the concrete name is only a naming suggestion. If renaming imports are used, the concrete name may change. This transformation makes sure that all occurences of an abstract name share the same concrete name.
This transfomation should be run as the last transformation.