Skip to content

Fix MultiWayIf linearity checking (#23814)

Krzysztof Gogolewski requested to merge wip/T23814 into master

Linearity checking for MultiWayIf was not using sup, as described in #23814 (closed).

Now tcExpr (HsIf ...) and tcExpr (HsMultiWayIf ...) are more similar, although the reasoning is complex enough I added a Note.

Merge request reports