ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Backport GHC!7687 #103

Closed RyanGlScott closed 2 years ago

RyanGlScott commented 2 years ago

This backports an upstream change to base which removes the broken default implementation of bitraverse. See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7687 for the upstream change.

Fixes #102.