summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyOptions.cs
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-08-11 19:07:42 -0700
committerGravatar leino <unknown>2015-08-11 19:07:42 -0700
commit3bf4b44b821dca5017017e99502f263e636d5e84 (patch)
treeb9a2f6d58de3e17db6a49b5177dbd49a9cc9fdfe /Source/Dafny/DafnyOptions.cs
parent2a921fb2a765d91bba47901144845b0102edbcbb (diff)
Moved discovery of induction variables into a Rewriter.
Generate warnings for malformed :induction arguments. Removed the functionality that allowed induction on 'this'.
Diffstat (limited to 'Source/Dafny/DafnyOptions.cs')
-rw-r--r--Source/Dafny/DafnyOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyOptions.cs b/Source/Dafny/DafnyOptions.cs
index 66cf639f..2eea5717 100644
--- a/Source/Dafny/DafnyOptions.cs
+++ b/Source/Dafny/DafnyOptions.cs
@@ -312,7 +312,7 @@ namespace Microsoft.Dafny
2 - apply induction as requested (by attributes) and also
for heuristically chosen quantifiers
3 (default) - apply induction as requested, and for
- heuristically chosen quantifiers and ghost methods
+ heuristically chosen quantifiers and lemmas
/inductionHeuristic:<n>
0 - least discriminating induction heuristic (that is, lean
toward applying induction more often)