=<< -package:base

Same as >>=, but with the arguments interchanged.
Same as >>=, but with the arguments interchanged.
as >>= f == f =<< as
A flipped version of (>>>=).
(=<<<) = flip (>>>=)
Crazy operator form of bind.
Binary bind.