]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineHelpers.ml
Comments added.
[helm.git] / helm / ocaml / tactics / proofEngineHelpers.ml
index a0fef6037982b57a0847d3d2ca98b8ac0636f149..4bb46fc4c011c491abfd316271b6e2b968137413 100644 (file)
@@ -554,6 +554,9 @@ exception Fail of string
    in
     subst,metasenv,ugraph,context_terms, ty_terms
 
+(** locate_in_term what where
+* [what] must be a physical pointer to a subterm of [where]
+* It returns the context of [what] in [where] *)
 let locate_in_term what ~where =
   let add_ctx context name entry =
       (Some (name, entry)) :: context