Skip to content

HsCmdArrForm: restore infix form

Alan Zimmerman requested to merge wip/az/T25015-hscmdarrform-fixity into master

Prior to 7d3f2dfc we passed on the fixity value in a Just when converting an OpApp into a HsCmdArrForm, and the rnCmd looked purely for the presence of the Just to trigger fixity processing.

Restore this behaviour, by using the LexicalFixity.Infix field to trigger the rnCmd behaviour.

Closes #25015

Merge request reports