Skip to content
Snippets Groups Projects
Commit b480c77d authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Give up on strange Unicode

parent 0d5cf1e5
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,10 @@ case class Problem(as: List[Identifier], ws: Expr, pc: Path, phi: Expr, xs: List
val ebInfo = "/"+eb.valids.size+","+eb.invalids.size+"/"
s"""|⟦ \u0305α ${if (as.nonEmpty) as.map(_.asString).mkString(", ") else "()"}
s"""|⟦ α ${if (as.nonEmpty) as.map(_.asString).mkString(", ") else "()"}
| Π ${pad(" ", pcws.fullClause.asString)}
| φ ${pad(" ", phi.asString)}
| \u0305x ${if (xs.nonEmpty) xs.map(_.asString).mkString(", ") else "()"}
| x ${if (xs.nonEmpty) xs.map(_.asString).mkString(", ") else "()"}
|⟧ $ebInfo""".stripMargin
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment