]> 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 ca1aed271baa01b9a8e1a5e23e5223f15ea4d3b7..1893e9659eb8394533728a397514d7a7c2715f34 100644 (file)
@@ -9,11 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
-(* NG: minimal wrapper on the old cicEnvironment, should provide only the
- * functions strictly necessary to the typechecking algorithm *)
+(* $Id$ *)
 
 exception ObjectNotFound of string Lazy.t
 
 val get_obj: NUri.uri -> NCic.obj
 
+val clear_cache : unit -> unit
+
 (* EOF *)