X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FmetadataQuery.mli;h=1bc9fa3630ead558cfd8c26134bd21d8735e7fe7;hb=2951babfd31047ac057714130157da2bc36e906e;hp=0fa4a01df892070f9beeaf04c07b98f1a754f3c8;hpb=ef5e2e1726e24e4523ee28ead5d7796498192692;p=helm.git diff --git a/components/tactics/metadataQuery.mli b/components/tactics/metadataQuery.mli index 0fa4a01df..1bc9fa363 100644 --- a/components/tactics/metadataQuery.mli +++ b/components/tactics/metadataQuery.mli @@ -28,8 +28,22 @@ * @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 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: dbd:HMysql.dbd ->