]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/metadataQuery.mli
The type of universe_of_goals has slightly changed, omitting
[helm.git] / components / tactics / metadataQuery.mli
index 496041554c307ba535d91cb5295932457c258009..aebe451986e64fdba499093a430fa33c173830cb 100644 (file)
@@ -34,7 +34,7 @@ val signature_of_goal:
     UriManager.uri list
 
 val universe_of_goals:
-  dbd:HMysql.dbd -> ProofEngineTypes.proof -> ProofEngineTypes.goal list ->
+  dbd:HMysql.dbd -> Cic.metasenv -> ProofEngineTypes.goal list ->
     UriManager.uri list
 
 val equations_for_goal: