The operators
$
. or <<<
<$>
<*>
=<<
<=<
Go very well together, each in some sense applying something on the left to something on the right. When thinking the other way, we have
&
>>>
>>=
>=>
But are there flipped versions of <$>
and <*>
?