]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/metadataQuery.mli
Modifications to auto due to the introduction of the universe in
[helm.git] / components / tactics / metadataQuery.mli
index aebe451986e64fdba499093a430fa33c173830cb..1bc9fa3630ead558cfd8c26134bd21d8735e7fe7 100644 (file)
@@ -33,8 +33,16 @@ val signature_of_goal:
   dbd:HMysql.dbd -> ProofEngineTypes.status ->
     UriManager.uri list
 
-val universe_of_goals:
-  dbd:HMysql.dbd -> Cic.metasenv -> ProofEngineTypes.goal list ->
+val signature_of:
+ Cic.metasenv -> 
+  ProofEngineTypes.goal ->
+  MetadataConstraints.UriManagerSet.t
+
+val universe_of_goal:
+  dbd:HMysql.dbd -> 
+  bool ->  (* apply only or not *)
+  Cic.metasenv -> 
+  ProofEngineTypes.goal ->
     UriManager.uri list
 
 val equations_for_goal: