]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineHelpers.mli
Comments added.
[helm.git] / helm / ocaml / tactics / proofEngineHelpers.mli
index b04f1313923404bc4c9533bf4937ba89e8220b9c..78dc22c1c2e6b0dff0edc6a614bc6f9acf46b77d 100644 (file)
@@ -80,6 +80,9 @@ val select:
   ] option list *
   (Cic.context * Cic.term) list
 
+(** locate_in_term 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
 
 (* saturate_term newmeta metasenv context ty                                  *)