X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnRstatus.ml;h=9a6fd4ef29ec4870b37e58fb8e117c2c627e84a4;hb=2dd6e8f11fa3ac2995f326ecb742d9b4e8948fce;hp=0ef8755f4b0fa756f0a7a5e544f3c3b2b2013aaf;hpb=5c8de084e314e41f3dc2f605f6242283e930b803;p=helm.git diff --git a/helm/software/components/ng_refiner/nRstatus.ml b/helm/software/components/ng_refiner/nRstatus.ml index 0ef8755f4..9a6fd4ef2 100644 --- a/helm/software/components/ng_refiner/nRstatus.ml +++ b/helm/software/components/ng_refiner/nRstatus.ml @@ -11,10 +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; - dump: refiner_status -> refiner_status -} +class type g_status = NCicCoercion.status + +class status = NCicCoercion.status