Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixity
Summary: RnEnv contains functions which convertn RdrNames into Names. RnUnbound contains helper functions for reporting and creating unbound variables. RnFixity contains code which maintains the fixity environent whilst renaming. RnUtils contains the other stuff in RnEnv. Reviewers: austin, goldfire, bgamari Subscribers: goldfire, rwbarton, thomie, snowleopard Differential Revision: https://phabricator.haskell.org/D3436
Showing
This diff is collapsed.
compiler/rename/RnFixity.hs
0 → 100644
compiler/rename/RnUnbound.hs
0 → 100644