We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&&
Code
monadic[Option] { val i = Some(1).each < 0; i && {println("foo"); Some(2).each > 0} }
Output
foo res5: Option[Boolean] = Some(false)