アーキテクチャに関するエラーを引き起こす可能性があるネストしたステートフルモナドを報告します。

例:


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