]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/librarySync.mli
Added an hook useful in many situations.
[helm.git] / components / library / librarySync.mli
index 980e4724a990de49ba049a97c7b6bcf3ca2c3f5c..d8e432e75b9035888478ed3d1277dbe730344dcc 100644 (file)
@@ -25,6 +25,8 @@
 
 exception AlreadyDefined of UriManager.uri
 
+val set_object_declaration_hook : (UriManager.uri -> Cic.obj -> unit) -> unit
+
 (* this is a pointer to the function which builds the inversion principle *)
 val build_inversion_principle: (UriManager.uri-> Cic.obj -> (UriManager.uri * Cic.obj) list) ref