diff options
| author | Matthieu Sozeau | 2014-10-24 17:38:59 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-10-24 17:42:14 +0200 |
| commit | 884b6cc6c12bd557085cdaa4972d593684c9cc1a (patch) | |
| tree | f3ba143e41d8d053d4369ffcba7ae294b001beb5 /pretyping/tacred.mli | |
| parent | 1556c6b8f77d16814ff1c53fb14fc9b06574ec4b (diff) | |
Change reduction_of_red_expr to return an e_reduction_function returning
an updated evar_map, as pattern is working up to universe equalities
that must be kept. Straightforward adaptation of the code depending on
this.
Diffstat (limited to 'pretyping/tacred.mli')
| -rw-r--r-- | pretyping/tacred.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/tacred.mli b/pretyping/tacred.mli index db59787a11..6e0479fb14 100644 --- a/pretyping/tacred.mli +++ b/pretyping/tacred.mli @@ -62,7 +62,7 @@ val fold_commands : constr list -> reduction_function (** Pattern *) val pattern_occs : (occurrences * constr) list -> env -> evar_map -> constr -> - constr + evar_map * constr (** Rem: Lazy strategies are defined in Reduction *) |
