]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.mli
Persistent db (to lookup names in the library) inefficiently implemented as
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.mli
index a8b546d2e2f58bbef2b93acbd7501deb06046a21..326ef143ea64d532b3670bbf832478bdd0905ac1 100644 (file)
@@ -47,4 +47,6 @@ module type Serializer =
 
 module Serializer(S: sig type status end): Serializer with type status= S.status
 
+val init: unit -> unit
+
 (* EOF *)