]> matita.cs.unibo.it Git - helm.git/commitdiff
Exported a couple of functions.
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 29 Oct 2008 15:18:35 +0000 (15:18 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 29 Oct 2008 15:18:35 +0000 (15:18 +0000)
--Thi sline, and those below, will be ignored--

M    metadataQuery.mli

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 *)