aboutsummaryrefslogtreecommitdiff
path: root/tactics/declare.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/declare.mli')
-rw-r--r--tactics/declare.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/tactics/declare.mli b/tactics/declare.mli
index c9cad823a4..a4d3f17594 100644
--- a/tactics/declare.mli
+++ b/tactics/declare.mli
@@ -108,6 +108,15 @@ val declare_private_constant
-> unit proof_entry
-> Constant.t * Evd.side_effects
+(** [inline_private_constants ~sideff ~univs env ce] will inline the
+ constants in [ce]'s body and return the body plus the updated
+ [UState.t]. *)
+val inline_private_constants
+ : univs:UState.t
+ -> Environ.env
+ -> Evd.side_effects proof_entry
+ -> Constr.t * UState.t
+
(** Since transparent constants' side effects are globally declared, we
* need that *)
val set_declare_scheme :