]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/metadataQuery.mli
Dama: up to L-spaces and the proof (completed up to properties of the
[helm.git] / components / tactics / metadataQuery.mli
index 0fa4a01df892070f9beeaf04c07b98f1a754f3c8..aebe451986e64fdba499093a430fa33c173830cb 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 -> Cic.metasenv -> ProofEngineTypes.goal list ->
+    UriManager.uri list
 
 val equations_for_goal:
   dbd:HMysql.dbd ->