aboutsummaryrefslogtreecommitdiff
path: root/proofs/tacmach.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacmach.mli')
-rw-r--r--proofs/tacmach.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli
index cd4e796d5b..c7729e4160 100644
--- a/proofs/tacmach.mli
+++ b/proofs/tacmach.mli
@@ -115,6 +115,7 @@ module New : sig
val of_old : (Proof_type.goal Evd.sigma -> 'a) -> [ `NF ] Proofview.Goal.t -> 'a
val pf_env : 'a Proofview.Goal.t -> Environ.env
+ val pf_concl : [ `NF ] Proofview.Goal.t -> types
val pf_type_of : 'a Proofview.Goal.t -> Term.constr -> Term.types
val pf_conv_x : 'a Proofview.Goal.t -> Term.constr -> Term.constr -> bool