Reports nested stateful monads which may lead to architectural errors.

Example:


  import scala.concurrent.Future
  val a = Future { }
  Future { a }