]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/coercDb.mli
many changes regarding coercions:
[helm.git] / helm / software / components / library / coercDb.mli
index 130987df84ae8badbe70efcdb1209e46c74ad570..83e61dbfba2f708097e12e7b04dcef6e6ffda710 100644 (file)
@@ -42,6 +42,7 @@ val to_list:
     (coerc_carr * coerc_carr * (UriManager.uri * int * int) list) list
 
 type coerc_db
+val empty_coerc_db : coerc_db
 val dump: unit -> coerc_db
 val restore: coerc_db -> unit
 
@@ -62,3 +63,5 @@ val find_coercion:
   (coerc_carr * coerc_carr -> bool) -> (UriManager.uri * int) list 
     
 val is_a_coercion: Cic.term -> coercion_entry option
+
+val prefer: UriManager.uri -> unit