diff options
| author | Emilio Jesus Gallego Arias | 2019-01-08 01:51:09 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-01-08 01:51:09 +0100 |
| commit | d6fe12b3ce8299a161c59ff8ed0657531af70329 (patch) | |
| tree | fc82d7c1cae50a2a1a8a901f579709de0f9c2b02 /interp/constrexpr_ops.mli | |
| parent | cd0b6e930d8753f68f5ed84ddcf00be09cd38990 (diff) | |
| parent | 9d0c0a903aa8ed6514dbc363ff4571d7cad70687 (diff) | |
Merge PR #9292: Fixing some wrong scopes of variables in the interpretation of the "in" clause of a "match"
Diffstat (limited to 'interp/constrexpr_ops.mli')
| -rw-r--r-- | interp/constrexpr_ops.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/interp/constrexpr_ops.mli b/interp/constrexpr_ops.mli index 8c735edfc9..f1a8ed202f 100644 --- a/interp/constrexpr_ops.mli +++ b/interp/constrexpr_ops.mli @@ -113,9 +113,6 @@ val map_constr_expr_with_binders : val replace_vars_constr_expr : Id.t Id.Map.t -> constr_expr -> constr_expr -(** Specific function for interning "in indtype" syntax of "match" *) -val ids_of_cases_indtype : cases_pattern_expr -> Id.Set.t - val free_vars_of_constr_expr : constr_expr -> Id.Set.t val occur_var_constr_expr : Id.t -> constr_expr -> bool |
