Skip to content

Commit

Permalink
Update CommonOptionBag.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge authored Oct 18, 2024
1 parent 93875b5 commit fc00e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DafnyCore/Options/CommonOptionBag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ May produce spurious warnings.
IsHidden = true
};
public static readonly Option<bool> AnalyzeProofs = new("--analyze-proofs", @"
Uses data from to prover to suggest ways to refine the proof:
Uses data from to verifier to suggest ways to refine the proof:
Warning if any assertions are proved based on contradictory assumptions (vacuously).
Warning if any `requires` clause or `assume` statement was not needed to complete verification.
Suggestions for moving assertions into by-proofs and hiding unused function definitions.
Expand Down

0 comments on commit fc00e6e

Please sign in to comment.