Skip to content
Snippets Groups Projects
Commit 2307171f authored by Régis Blanc's avatar Régis Blanc
Browse files

better printing for epsilons

parent 188bb0f3
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ object Expressions {
}
def printWith(implicit pctx: PrinterContext) {
p"epsilon(x${getPos.line}_${getPos.col}. $pred)"
p"epsilon(x${getPos.line}_${getPos.col} => $pred)"
}
val getType = tpe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment