Derives an PartialOrd[ParMap[A, B]] (and thus Equal[ParMap[A, B]]) given an Equal[B].
Derives an PartialOrd[ParMap[A, B]] (and thus Equal[ParMap[A, B]]) given an Equal[B].
Due to the limitations of Scala's ParMap, this uses object equality on the keys.
Derives an Equal[ParSeq[A]] given an Equal[A].
PartialOrd and Hash (and thus also Equal) instance for ParSet[A] values.
PartialOrd and Hash (and thus also Equal) instance for ParSet[A] values.
Due to the limitations of Scala's ParSet,
this uses object equality and hash code on the elements.