Commit 2025-03-31 11:38 39afc301

View on Github →

refactor(Data): split off material on Set.Pairwise from List.Nodup (#23407) Importing Data.Set.Pairwise in Data.List.Nodup comes with quite a bit of transitive dependencies, including on the long pole. I tried reversing the import direction, but going the other way lead to a lot more transitive imports. So let's split the files.

Estimated changes