Hi
Am Donnerstag, den 05.07.2018, 15:36 +0200 schrieb Gabor Greif:
> Hi!
>
> Just searched for a `bimap` variant that simultaneously transforms
> both components with the same morphism:
>
> ``` haskell
> diag :: Bifunctor p => (a -> b) -> p a a -> p b b
> diag f = bimap f f
> ```
>
> I did not find any. Would it make sense to add it?
possibly, I have wanted it too before.
Bikeshedding:
I’d have expected the name “both”. It also has precedence here:
Diagonally sounds more like something of type `a -> (a,a)` or similar.
> closed group.
It should not. Maybe only open to subscribers? (A common crude anti-
spam measurement.)
Cheers,
Joachim
--
Joachim Breitner
_______________________________________________
Libraries mailing list