`avocADO` should be able to correctly handle `if` guards in `for` comprehensions. e.g. ```scala for { a <- Some(1) if a < 2 b <- Some(2) } yield b ```
avocADOshould be able to correctly handleifguards inforcomprehensions.e.g.