X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnRstatus.ml;h=9a6fd4ef29ec4870b37e58fb8e117c2c627e84a4;hb=117dfe4f3b6d8ebf53172eaf66b628a27e4e43e1;hp=26ef2684c11a0a5ebb1f3815e5e0abf5e2c2187f;hpb=f6c887944d48d718f372a57f1609f3d059908aa8;p=helm.git diff --git a/helm/software/components/ng_refiner/nRstatus.ml b/helm/software/components/ng_refiner/nRstatus.ml index 26ef2684c..9a6fd4ef2 100644 --- a/helm/software/components/ng_refiner/nRstatus.ml +++ b/helm/software/components/ng_refiner/nRstatus.ml @@ -11,16 +11,7 @@ (* $Id: nCicRefiner.ml 9802 2009-05-25 15:39:26Z tassi $ *) -type refiner_status = { - coerc_db : NCicCoercion.db; - uhint_db : NCicUnifHint.db; - library_db : NCicLibrary.timestamp; -} +class type g_status = NCicCoercion.status -module Serializer = - NCicLibrary.Serializer(struct type status = refiner_status end) +class status = NCicCoercion.status -type dumpable_refiner_status = { - refiner_status : refiner_status; - dump: Serializer.obj list -}