|> package:cond

Right bracket of the conditional choice operator. If the predicate is True, returns Nothing, otherwise it returns Just the right-hand argument.
A monadic variant of |>.
Lifted inclusive disjunction. Unlike liftM2 (||), This function is short-circuiting in the monad. Fixity is the same as || (infixr 2).