Skip to content

Commit

Permalink
Remove duplicated default value doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shilangyu authored and samarion committed Feb 27, 2024
1 parent ab7c793 commit f37629a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/scala/stainless/MainHelpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ trait MainHelpers extends inox.MainHelpers { self =>
verification.optVCCache -> Description(Verification, "Enable caching of verification conditions"),
verification.optCoq -> Description(Verification, "Transform the program into a Coq program, and let Coq generate subgoals automatically"),
verification.optAdmitAll -> Description(Verification, "Admit all obligations when translated into a coq program"),
verification.optStrictArithmetic -> Description(Verification,
s"Check arithmetic operations for unintended behavior and overflows (default: true)"),
verification.optStrictArithmetic -> Description(Verification, "Check arithmetic operations for unintended behavior and overflows"),
verification.optAdmitVCs -> Description(Verification, "Admit all verification conditions"),
verification.optSimplifier -> Description(Verification, "Select which simplifier to use for VC simplification\n" +
"Available:\n" +
Expand Down Expand Up @@ -277,4 +276,3 @@ trait MainHelpers extends inox.MainHelpers { self =>
JsonUtils.writeFile(new File(file), json)
}
}

0 comments on commit f37629a

Please sign in to comment.