Skip to content
  • Ryan Scott's avatar
    Monomorphize HsModule to GhcPs (#17642) · b69a3460
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    Analyzing the call sites for `HsModule` reveals that it is only ever
    used with parsed code (i.e., `GhcPs`). This simplifies `HsModule` by
    concretizing its `pass` parameter to always be `GhcPs`.
    
    Fixes #17642.
    b69a3460