Monix.io fails compilation starting with Tut 0.6.4.
Probably related to this:
Here's a sample that is failing:
val coeval = Coeval {
println("Effect!")
1 + 1
}
// Nothing happens until this point:
coeval.value
//=> Effect!
// res: Int = 2
If I delete the comment at the end, then the compilation goes through. Here's the actual error:
[tut] *** Error reported at .../monix.io/_tut/docs/2x/eval/coeval.md:139: incomplete input in code block, missing brace or paren?
Note: I prefer to add my own output comments — as I don't like tut's output and that's perfectly valid Scala code. Until this is solved, I'm stuck with Tut 0.6.3.
/cc @felixmulder @ceedubs