Skip to content
Snippets Groups Projects
Commit 27e1cbea authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Plop

parent 6adbc583
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ class Synthesizer(val r: Reporter, val solvers: List[Solver]) {
alternatives.find(_.isSuccess) match {
case Some(ss) =>
info(" => "+ss.rule+" succeeded")
info(" => Rule "+ss.rule+" succeeded")
ss.succeeded()
case None =>
info(" => Possible Next Steps:")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment