]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/metadataQuery.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / ocaml / tactics / metadataQuery.mli
index 6bea094a44de7ad9fc994b7831607df2f9aa5caf..54985ef687b511f981e7672a489d9032bd332e6a 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val locate: dbh:Dbi.connection -> string -> string list
+  (** @param vars if set variables (".var" URIs) are considered. Defaults to
+  * false *)
+val locate:
+  dbh:Dbi.connection ->
+  ?vars:bool -> string -> string list
 
 val hint:
   dbh:Dbi.connection ->
@@ -33,5 +37,5 @@ val hint:
 
 val match_term: dbh:Dbi.connection -> Cic.term -> string list
 
-(* val elim: dbh:Dbi.connection -> string -> string list *)
+val elim: dbh:Dbi.connection -> string -> string list