diff options
| author | Guillaume Melquiond | 2016-11-22 17:08:14 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2017-06-14 07:19:50 +0200 |
| commit | 571c319ed536cb2757176d3ae4007a75f5d3b04d (patch) | |
| tree | 24e1f0bbc1ee22c9430c62a0b3d66f0c27ebcf17 /plugins | |
| parent | 80dfe0cb64285f58dfe2eebd7319c747c70d3d6b (diff) | |
Remove support for Coq 8.2.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/tauto.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/tauto.ml b/plugins/ltac/tauto.ml index 5eacb1a95e..c6cc955b0f 100644 --- a/plugins/ltac/tauto.ml +++ b/plugins/ltac/tauto.ml @@ -66,7 +66,7 @@ let negation_unfolding = ref true (* Whether inner iff are unfolded *) let iff_unfolding = ref false -let unfold_iff () = !iff_unfolding || Flags.version_less_or_equal Flags.V8_2 +let unfold_iff () = !iff_unfolding open Goptions let _ = |
