<&&>

&& lifted to an Applicative. Unlike &&^ the operator is not short-circuiting.
&& lifted to an Applicative.
Lifted conjunction. Unlike liftM2 (&&), this function is short-circuiting in the monad. Fixity is the same as && (infxr 3).
A lifted version of lazy Boolean AND.
&& lifted to a Monad.
A lifted (&&).