Skip to content

Fix a buglet in redundant-constraint warnings

Simon Peyton Jones requested to merge wip/T18036 into master

This MR fixes a bug that meant GHC warned about redundant constraints when it should not have done.

Fixes #18036 (closed)

Merge request reports