Skip to content

Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum}

Simon Jakobi requested to merge sjakobi/ghc:replace-compose-product-sum into master

This allows us to make use of the (<$) implementations of the underlying functors.

Edited by Simon Jakobi

Merge request reports