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