]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.mli
It is now possible for commands processed by grafiteEngine to either return
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.mli
index a6b3a69096a68bd68afc5cd3f56bc7b1dddabb15..357927f06c86468703bd6bf3624f5aa55148d3e5 100644 (file)
 
 exception ObjectNotFound of string Lazy.t
 
+val add_obj: NUri.uri -> NCic.obj -> unit
+val resolve: string -> NReference.reference list
 val get_obj: NUri.uri -> NCic.obj
 
+val clear_cache : unit -> unit
+
 (* EOF *)