Skip to content
Snippets Groups Projects
Commit 432d5ebb authored by SimonGuilloud's avatar SimonGuilloud
Browse files

Fix missing line.

parent 3ee23571
Branches
No related tags found
1 merge request!11Correction of small error regarding function and predicate definition. Fix to missing case in printer match.
...@@ -294,6 +294,7 @@ object Printer { ...@@ -294,6 +294,7 @@ object Printer {
case SCSubproof(_, _, false) => pretty("Subproof (hidden)") case SCSubproof(_, _, false) => pretty("Subproof (hidden)")
case other => throw new Exception(s"No available method to print this proof step, consider updating Printer.scala\n$other") case other => throw new Exception(s"No available method to print this proof step, consider updating Printer.scala\n$other")
} }
Seq(line)
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment