Skip to content

Print name prefixly in the Outputable instance for StandaloneKindSig

Ryan Scott requested to merge wip/T17461 into master

Issue #17461 (closed) was occurring because the Outputable instance for standalone kind signatures was simply calling ppr on the name in the kind signature, which does not add parentheses to infix names. The solution is simple: use pprPrefixOcc instead.

Fixes #17461 (closed).

Merge request reports