=<< -package:invertible

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 (>>>=)
Binary bind.