]> matita.cs.unibo.it Git - helm.git/commitdiff
added vars selection boolean on locate
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 25 Oct 2004 12:49:27 +0000 (12:49 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 25 Oct 2004 12:49:27 +0000 (12:49 +0000)
helm/ocaml/tactics/metadataQuery.mli

index 2a97a283fa4ff321be88dc5807233d3886b29634..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 ->