diff options
| author | Hugo Herbelin | 2017-03-24 02:18:53 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2017-06-09 16:43:49 +0200 |
| commit | f713e6c195d1de177b43cab7c2902f5160f6af9f (patch) | |
| tree | 87cab142f23b01559096dce1c9bb0493d9717553 /pretyping/glob_ops.mli | |
| parent | 3e1f527a50142a5c73ead24e3fcdb6e2ac9f50e5 (diff) | |
A fix to #5414 (ident bound by ltac names now known for "match").
Also taking into account a name in the return clause and in the
indices.
Note the double meaning ``bound as a term to match'' and ``binding in
the "as" clause'' when the term to match is a variable for all of
"match", "if" and "let".
Diffstat (limited to 'pretyping/glob_ops.mli')
| -rw-r--r-- | pretyping/glob_ops.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pretyping/glob_ops.mli b/pretyping/glob_ops.mli index 75db04f77f..6bb421e732 100644 --- a/pretyping/glob_ops.mli +++ b/pretyping/glob_ops.mli @@ -83,3 +83,6 @@ val cases_pattern_of_glob_constr : Name.t -> glob_constr -> cases_pattern val glob_constr_of_closed_cases_pattern : cases_pattern -> Name.t * glob_constr val add_patterns_for_params_remove_local_defs : constructor -> cases_pattern list -> cases_pattern list + +val ltac_interp_name : Glob_term.ltac_var_map -> Names.name -> Names.name +val empty_lvar : Glob_term.ltac_var_map |
