X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FmetadataQuery.mli;h=1bc9fa3630ead558cfd8c26134bd21d8735e7fe7;hb=d738a2c22023d2f6df4c60faf4dd18eb1a8ad970;hp=aebe451986e64fdba499093a430fa33c173830cb;hpb=1ab2c0adb5418580b7fa3448e62e9495e5fe8362;p=helm.git diff --git a/components/tactics/metadataQuery.mli b/components/tactics/metadataQuery.mli index aebe45198..1bc9fa363 100644 --- a/components/tactics/metadataQuery.mli +++ b/components/tactics/metadataQuery.mli @@ -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: