]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/metadataQuery.mli
changed "locate" so that it supports shell-like pattern matching with
[helm.git] / helm / ocaml / tactics / metadataQuery.mli
index b3b506de96a4e7f15ba87629300b974a0837aa3c..0d32e4835c39ec8442b75bf88e826aa08e7778bd 100644 (file)
@@ -24,7 +24,9 @@
  *)
 
   (** @param vars if set variables (".var" URIs) are considered. Defaults to
-  * false *)
+  * false
+  * @param pat shell like pattern matching over object names, a string where "*"
+  * is interpreted as 0 or more characters and "?" as exactly one character *)
 val locate:
   dbd:Mysql.dbd ->
   ?vars:bool -> string -> string list