Skip to content
Snippets Groups Projects
Commit 1069b821 authored by Régis Blanc's avatar Régis Blanc Committed by Ravi
Browse files

better printing for epsilons

parent 7ae01ef7
Branches
Tags
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