diff options
| author | Pierre-Marie Pédrot | 2020-06-24 21:44:08 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-07-05 21:41:08 +0200 |
| commit | a659a12ca88bebaf1fa7f201023cc06be34849d9 (patch) | |
| tree | 2fd34dc2ca30a7f0bfda0d53a788d6785e073e1d /pretyping/reductionops.mli | |
| parent | 5c1730ca2533b17066e7ee5c672ae6aa5fdef1dc (diff) | |
Inline the Reductionops.fix_recarg function.
It was only used in Tacred, and with a type that forced to perform a
change of representation of stacks.
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index 58fff49faa..3b20a4f1f5 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -241,7 +241,6 @@ val is_arity : env -> evar_map -> constr -> bool val is_sort : env -> evar_map -> types -> bool val contract_fix : evar_map -> fixpoint -> constr -val fix_recarg : ('a, 'a) pfixpoint -> 'b Stack.t -> (int * 'b) option (** {6 Querying the kernel conversion oracle: opaque/transparent constants } *) val is_transparent : Environ.env -> Constant.t tableKey -> bool |
