ekmett / contravariant

Haskell 98 contravariant functors
http://hackage.haskell.org/package/contravariant
Other
73 stars 24 forks source link

Add `>*<`, an infix operator for `divided` #65

Closed Gabriella439 closed 2 years ago

Gabriella439 commented 3 years ago

The haddocks for the operator provide the motivation, but for some additional context this was originally created within Dhall for combining Divisible RecordEncoders:

https://hackage.haskell.org/package/dhall-1.36.0/docs/Dhall.html#t:RecordEncoder

… and the purpose of this change is to upstream the operator into the contravariant package.

masaeedu commented 2 years ago

@ekmett sorry about the direct ping, but just wondering is there something blocking this or if it just fell through the cracks? Seems like an obviously good, well documented, small change.

ekmett commented 2 years ago

Slipped through the cracks.

masaeedu commented 2 years ago

Awesome, thank you!