]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.mli
...
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.mli
index a6b3a69096a68bd68afc5cd3f56bc7b1dddabb15..fe3262109bd7ba9d93054e25ed73832484d60436 100644 (file)
 
 exception ObjectNotFound of string Lazy.t
 
+val add_obj: NUri.uri -> NCic.obj -> unit
+val aliases_of: NUri.uri -> NReference.reference list
+val resolve: string -> NReference.reference list
 val get_obj: NUri.uri -> NCic.obj
 
+val clear_cache : unit -> unit
+
 (* EOF *)