aboutsummaryrefslogtreecommitdiff
path: root/engine/eConstr.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2021-02-17 13:56:27 +0100
committerGaëtan Gilbert2021-02-17 13:56:27 +0100
commit441bace297a4c31e5003cec93e46e6a47fa684d3 (patch)
tree61bbdab449271979489b3ad9bba61faae751aa34 /engine/eConstr.mli
parenta192260d8be92e2435445dcdd0484577c7fd6671 (diff)
Use make_case_or_project in auto_ind_decl
Towards #5154 (but insufficient)
Diffstat (limited to 'engine/eConstr.mli')
-rw-r--r--engine/eConstr.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/eConstr.mli b/engine/eConstr.mli
index 0d038e9a67..162d189136 100644
--- a/engine/eConstr.mli
+++ b/engine/eConstr.mli
@@ -365,6 +365,8 @@ val to_rel_decl : Evd.evar_map -> (t, types) Context.Rel.Declaration.pt -> (Cons
val of_case_invert : Constr.case_invert -> case_invert
+val of_constr_array : Constr.t array -> t array
+
(** {5 Unsafe operations} *)
module Unsafe :