Skip to content

Use Data.IntMap.disjoint (#16806)

Simon Jakobi requested to merge wip/T16806 into master
Data.IntMap gained a dedicated `disjoint` function in containers-0.6.2.1.

This patch applies this function where appropriate in hopes of modest
compiler performance improvements.

Closes #16806 (closed).

Edited by Simon Jakobi

Merge request reports