Skip to content
Snippets Groups Projects
Commit 46928b9d authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ralf/readme-blocked' into 'master'

readme: mention more operations we block

See merge request !544
parents eb2afa52 f3e74eec
No related branches found
No related tags found
1 merge request!544readme: mention more operations we block
Pipeline #99835 passed
...@@ -33,9 +33,9 @@ Notably: ...@@ -33,9 +33,9 @@ Notably:
* The behavior of `Program` is tweaked: `Unset Transparent Obligations`, * The behavior of `Program` is tweaked: `Unset Transparent Obligations`,
`Obligation Tactic := idtac`, `Add Search Blacklist "_obligation_"`. See `Obligation Tactic := idtac`, `Add Search Blacklist "_obligation_"`. See
[`base.v`](theories/base.v) for further details. [`base.v`](theories/base.v) for further details.
* It blocks `simpl` on all operations involving integers `Z` (by setting * It blocks `simpl` on all operations involving `Z`, `N`, and `positive` (by
`Arguments op : simpl never`). We do this because `simpl` tends to expose setting `Arguments op : simpl never`). We do this because `simpl` tends to
the internals of said operations (e.g. try `simpl` on `Z.of_nat (S n) + y`). expose the internals of said operations (e.g. try `simpl` on `Z.of_nat (S n) + y`).
* It sets `intuition_solver` to `auto`. The default is `auto with *`, which is * It sets `intuition_solver` to `auto`. The default is `auto with *`, which is
very expensive. very expensive.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment