]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nRstatus.mli
first proof reconstruction attempt, still bugged since it
[helm.git] / helm / software / components / ng_refiner / nRstatus.mli
index 46634a6799785e7e81b8df74b8cdc7722ccaccd4..729f6ba6eec5e65f93ac85837d388193c9ac9368 100644 (file)
 type refiner_status = {
         coerc_db : NCicCoercion.db;
         uhint_db : NCicUnifHint.db;
+        library_db : NCicLibrary.timestamp;
+}
+
+module Serializer: NCicLibrary.Serializer with type status = refiner_status
+
+type dumpable_refiner_status = {
+        refiner_status : refiner_status;
+        dump: Serializer.obj list
 }