diff options
| author | Hugo Herbelin | 2019-05-09 01:02:48 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-05-09 01:02:48 +0200 |
| commit | 0974a1efff523338a5f31f0a15492710bdc00658 (patch) | |
| tree | 654465b497e5ca6f2b3fe3dd1587b6b40e6b3338 /pretyping/reductionops.mli | |
| parent | 86fd245bfd5c9750b515ea4204b0a9a50c14d930 (diff) | |
| parent | b0a6838ebe51760a6020145a0051137f6a4fcef0 (diff) | |
Merge PR #10069: Do not use the constant stack in whd_betaiota_deltazeta_for_iota_state.
Reviewed-by: herbelin
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index 5938d9b367..b5d3ff7627 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -312,8 +312,7 @@ val betazetaevar_applist : evar_map -> int -> constr -> constr list -> constr (** {6 Heuristic for Conversion with Evar } *) val whd_betaiota_deltazeta_for_iota_state : - TransparentState.t -> Environ.env -> Evd.evar_map -> Cst_stack.t -> state -> - state * Cst_stack.t + TransparentState.t -> Environ.env -> Evd.evar_map -> state -> state (** {6 Meta-related reduction functions } *) val meta_instance : evar_map -> constr freelisted -> constr |
