core-spec: Modify file paths according to new module hierarchy
This patch updates file paths according to new module hierarchy [1]: * GHC/Core.hs <= coreSyn/CoreSyn.hs * GHC/Core/Coercion.hs <= types/Coercion.hs * GHC/Core/Coercion/Axiom.hs <= types/CoAxiom.hs * GHC/Core/Coercion/Opt.hs <= types/OptCoercion.hs * GHC/Core/DataCon.hs <= basicTypes/DataCon.hs * GHC/Core/FamInstEnv.hs <= types/FamInstEnv.hs * GHC/Core/Lint.hs <= coreSyn/CoreLint.hs * GHC/Core/Subst.hs <= coreSyn/CoreSubst.hs * GHC/Core/TyCo/Rep.hs <= types/TyCoRep.hs * GHC/Core/TyCon.hs <= types/TyCon.hs * GHC/Core/Type.hs <= types/Type.hs * GHC/Core/Unify.hs <= types/Unify.hs * GHC/Types/Literal.hs <= basicTypes/Literal.hs * GHC/Types/Var.hs <= basicTypes/Var.hs [1]: https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular [skip ci]
Showing
- docs/core-spec/CoreLint.ott 20 additions, 20 deletionsdocs/core-spec/CoreLint.ott
- docs/core-spec/CoreSyn.ott 27 additions, 27 deletionsdocs/core-spec/CoreSyn.ott
- docs/core-spec/README 2 additions, 2 deletionsdocs/core-spec/README
- docs/core-spec/core-spec.mng 19 additions, 19 deletionsdocs/core-spec/core-spec.mng
- docs/core-spec/core-spec.pdf 0 additions, 0 deletionsdocs/core-spec/core-spec.pdf
Loading