]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/universe.mli
- init_cache_and_tables rewritten using the automation_cache
[helm.git] / helm / software / components / tactics / universe.mli
index d74895114386bced7803090144fbbe7c96312607..5f9d612b5e97720705c16d122c2b01d1c027b7da 100644 (file)
@@ -27,6 +27,12 @@ type universe
 
 val empty : universe
 
+
+val iter : 
+  universe ->
+  (UriManager.uri Discrimination_tree.path -> Cic.term list -> unit) ->
+  unit
+
 (* retrieves the list of term that hopefully unify *)
 val get_candidates: universe -> Cic.term -> Cic.term list