Skip to content

Special case `mkTyConApp liftedTypeKind []`

Matthew Pickering requested to merge wip/ty-con-app-type into master

We really need to make sure that these are shared because otherwise GHC will allocate thousands of identical TyConApp nodes.

See #17292 (closed)

Merge request reports