Skip to content

Commit

Permalink
Tweaked Premise error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Dec 9, 2024
1 parent fafffad commit 3743542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ object AutoPlugin {
}
}
reporter.error(posOpt, Logika.kind,
st"""The stated claim has not been proven before nor is a premise in the path conditions:
st"""The stated claim has not been proven before nor is a premise in the path conditions.
|{
| ${(for (e <- pathConditions) yield e.prettyST, ";\n")}
|}""".render)
Expand Down

0 comments on commit 3743542

Please sign in to comment.