Skip to content

Clarify leaf module names for new module hierarchy

Takenobu Tani requested to merge takenobu-hs/ghc:wip/clarify-comment-path into master

This updates comments only.

This patch replaces leaf module names according to new module hierarchy [1][2] as followings:

  • Expand leaf names to easily find the module path: for instance, Id.hs to GHC.Types.Id.

  • Modify leaf names according to new module hierarchy: for instance, Convert.hs to GHC.ThToHs.

  • Fix typo: for instance, GHC.Core.TyCo.Rep.hs to GHC.Core.TyCo.Rep

See also !3375 (closed)

Merge request reports