Skip to content

Commit

Permalink
Update Options.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Feb 27, 2023
1 parent e78f144 commit 7fe3793
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/DafnyRef/Options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ Usage: dafny [ option ... ] [ filename ... ]
print effects only if it is marked with {:print}.

/allocated:<n>
This option is deprecated. Going forward, only what is /allocated:4
will be supported.
Specify defaults for where Dafny should assert and assume
allocated(x) for various parameters x, local variables x, bound
variables x, etc. Lower <n> may require more manual allocated(x)
Expand All @@ -284,8 +286,8 @@ Usage: dafny [ option ... ] [ filename ... ]
2 - Assert/assume allocated(x) on all variables, even bound
variables in quantifiers. This option is the easiest to use for
heapful code.
3 - (default) Frugal use of heap parameters.
4 - Mode 3 but with alloc antecedents when ranges don't imply
3 - Frugal use of heap parameter (not sound).
4 - (default) Mode 3 but with alloc antecedents when ranges don't imply
allocatedness.

/definiteAssignment:<n>
Expand Down

0 comments on commit 7fe3793

Please sign in to comment.