diff options
| author | herbelin | 2012-12-18 00:09:02 +0000 |
|---|---|---|
| committer | herbelin | 2012-12-18 00:09:02 +0000 |
| commit | 4c78cf0f68b8eeb040eb2267a3705fc236295f76 (patch) | |
| tree | f8057efcb9d6e48926b244bd4cef6f4c7fa329c3 /pretyping/unification.mli | |
| parent | 7f5ee6001e4c99d4f75ab5934e3e5c762babb11a (diff) | |
Fixed a little inefficiency of "set/destruct" over a pattern. Now
different instances of a meta are checked against full conversion.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16086 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/unification.mli')
| -rw-r--r-- | pretyping/unification.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/unification.mli b/pretyping/unification.mli index df87283f99..d667ed9a4a 100644 --- a/pretyping/unification.mli +++ b/pretyping/unification.mli @@ -15,6 +15,7 @@ type unify_flags = { use_metas_eagerly_in_conv_on_closed_terms : bool; modulo_delta : Names.transparent_state; modulo_delta_types : Names.transparent_state; + modulo_delta_in_merge : Names.transparent_state option; check_applied_meta_types : bool; resolve_evars : bool; use_pattern_unification : bool; |
