]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineHelpers.mli
locate_in_term generalized to locate_in_conjecture
[helm.git] / helm / ocaml / tactics / proofEngineHelpers.mli
index 78dc22c1c2e6b0dff0edc6a614bc6f9acf46b77d..f71574aef4bf67d560b8df8a0a6bee6b7e469f9f 100644 (file)
@@ -80,10 +80,10 @@ val select:
   ] option list *
   (Cic.context * Cic.term) list
 
-(** locate_in_term what where
+(** locate_in_conjecture what where
 * [what] must be a physical pointer to a subterm of [where]
 * It returns the context of [what] in [where] *)
-val locate_in_term: Cic.term -> where:Cic.term -> Cic.context
+val locate_in_conjecture: Cic.term -> Cic.conjecture -> Cic.context
 
 (* saturate_term newmeta metasenv context ty                                  *)
 (* Given a type [ty] (a backbone), it returns its head and a new metasenv in  *)