Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
487 stars 72 forks source link

GHC 9.0 support #225

Closed Gabriella439 closed 3 years ago

Gabriella439 commented 3 years ago

Fixes https://github.com/Gabriel439/Haskell-Pipes-Library/issues/224

It appears that we need to either eta-expand yield or move the universal quantification to the outside. The latter seems to be a more robust solution.