X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FmetadataQuery.mli;h=1bc9fa3630ead558cfd8c26134bd21d8735e7fe7;hb=f191d93bf9aedec0b57ce1a452cab8d5d9abbd12;hp=c260d5e991bbf899e02ca6ed2b85122d05fac3d8;hpb=d78fbf3cface8f01d11f385757cbf47ae1866326;p=helm.git diff --git a/helm/software/components/tactics/metadataQuery.mli b/helm/software/components/tactics/metadataQuery.mli index c260d5e99..1bc9fa363 100644 --- a/helm/software/components/tactics/metadataQuery.mli +++ b/helm/software/components/tactics/metadataQuery.mli @@ -28,8 +28,21 @@ * @param pat shell like pattern matching over object names, a string where "*" * is interpreted as 0 or more characters and "?" as exactly one character *) -val universe_of_goals: - dbd:HMysql.dbd -> ProofEngineTypes.proof -> ProofEngineTypes.goal list -> +(* used only by the old auto *) +val signature_of_goal: + dbd:HMysql.dbd -> ProofEngineTypes.status -> + UriManager.uri 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: