]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/metadataQuery.mli
the passive set and passive list are expected to have the same cardinality, that...
[helm.git] / helm / software / components / tactics / metadataQuery.mli
index a1b5336010d09f982468d0ad5a7b71b872769812..f8559c886490759e3b77eac278fe458aa4cf5ed0 100644 (file)
@@ -38,6 +38,17 @@ val signature_of:
   ProofEngineTypes.goal ->
   MetadataConstraints.UriManagerSet.t
 
+val signature_of_hypothesis:
+  Cic.hypothesis list -> 
+  Cic.metasenv -> 
+  MetadataConstraints.UriManagerSet.t
+
+val close_with_types: 
+  MetadataConstraints.UriManagerSet.t ->
+  Cic.metasenv -> 
+  Cic.context -> 
+  MetadataConstraints.UriManagerSet.t
+
 val universe_of_goal:
   dbd:HSql.dbd -> 
   bool ->  (* apply only or not *)