=<< -package:composition-extra

Same as >>=, but with the arguments interchanged.
as >>= f == f =<< as
Same as >>=, but with the arguments interchanged.
Same as >>=, but with the arguments interchanged.
A flipped version of (>>>=).
(=<<<) = flip (>>>=)
Crazy operator form of bind.
Binary bind.
Same as &>>=, but with the arguments interchanged.
conditional probability, identical to filter
=<< with MergingStrategy knowledge propagation.