Skip to content

Monomorphize HsModule to GhcPs (#17642)

Ryan Scott requested to merge wip/T17642 into master

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 (closed).

Merge request reports