diff options
author | Matthieu Sozeau <mattam@mattam.org> | 2016-06-20 20:21:27 +0200 |
---|---|---|
committer | Matthieu Sozeau <mattam@mattam.org> | 2016-06-27 23:29:15 +0200 |
commit | fb4ccbf4a7b66cc7af8b24e00fb19a0b49c769d1 (patch) | |
tree | dabe1d69169b334b8aed973cd23c1d57601404d6 /theories | |
parent | bd55e2b2787bbabf7fba126126611c58548424fc (diff) |
Add Unset Shrink Abstract/Obligations in Coq85
For compatibility with 8.5.
Diffstat (limited to 'theories')
-rw-r--r-- | theories/Compat/Coq85.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v index d6d370cb5..1e30ab919 100644 --- a/theories/Compat/Coq85.v +++ b/theories/Compat/Coq85.v @@ -15,3 +15,5 @@ Global Unset Bracketing Last Introduction Pattern. Global Unset Regular Subst Tactic. Global Unset Structural Injection. +Global Unset Shrink Abstract. +Global Unset Shrink Obligations.
\ No newline at end of file |