diff options
| author | Pierre-Marie Pédrot | 2017-06-13 10:33:56 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-06-13 10:50:05 +0200 |
| commit | 0fad09306982a88ff8d633d36abdc440dd542ab3 (patch) | |
| tree | 7ca19ab8df16ce4dd3c9112c6aa016e1cea94509 /dev/doc/changes.txt | |
| parent | 3cfb38cb0e5491d13a6ef5cda81dfec7f979cced (diff) | |
Dualize the unsafe flag of refine into typecheck and make it mandatory.
Diffstat (limited to 'dev/doc/changes.txt')
| -rw-r--r-- | dev/doc/changes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 8456195e6b..63c064d843 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -144,8 +144,8 @@ In Coqlib / reference location: - The tclWEAK_PROGRESS and tclNOTSAMEGOAL tacticals were removed. Their usecase was very specific. Use tclPROGRESS instead. -- The Refine.refine function and its variants now have the unsafe flag turned - down by default. +- The unsafe flag of the Refine.refine function and its variants has been + renamed and dualized into typecheck and has been made mandatory. ** Ltac API ** |
