]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/metadataQuery.mli
timeout if unspecfied should be set to infinity, not 0, since the timeout inside...
[helm.git] / helm / software / components / tactics / metadataQuery.mli
index 0fa4a01df892070f9beeaf04c07b98f1a754f3c8..496041554c307ba535d91cb5295932457c258009 100644 (file)
   * @param pat shell like pattern matching over object names, a string where "*"
   * is interpreted as 0 or more characters and "?" as exactly one character *)
 
+(* used only by the old auto *)
 val signature_of_goal:
-  dbd:HMysql.dbd -> ProofEngineTypes.status -> UriManager.uri list
+  dbd:HMysql.dbd -> ProofEngineTypes.status ->
+    UriManager.uri list
+
+val universe_of_goals:
+  dbd:HMysql.dbd -> ProofEngineTypes.proof -> ProofEngineTypes.goal list ->
+    UriManager.uri list
 
 val equations_for_goal:
   dbd:HMysql.dbd ->