since Kotlin doesn’t allow `>=>` as function...
# arrow-contributors
j
since Kotlin doesn’t allow
>=>
as function name. What name should we use for this Haskel function
(>=>) :: (a -> Writer b) -> (b -> Writer c) -> (a -> Writer c)
?