X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnRstatus.mli;h=631e629e5a663060a1f314fdd738ff809cc90ad9;hb=7b8200f8aaf14195c0817e13234c712e7ab18eb6;hp=7fde1b74733c5be2348432daf060eb5ce29a0a31;hpb=e603c19e82c160362587cb0bc578287c87122b90;p=helm.git diff --git a/helm/software/components/ng_refiner/nRstatus.mli b/helm/software/components/ng_refiner/nRstatus.mli index 7fde1b747..631e629e5 100644 --- a/helm/software/components/ng_refiner/nRstatus.mli +++ b/helm/software/components/ng_refiner/nRstatus.mli @@ -11,24 +11,7 @@ (* $Id: nCicRefiner.ml 9802 2009-05-25 15:39:26Z tassi $ *) -class status : - object ('self) - inherit NCicUnifHint.status - inherit NCicCoercion.status - inherit NCicLibrary.status - method set_rstatus: status -> 'self - end +class type g_status = NCicCoercion.status -module Serializer: - sig - include NCicLibrary.Serializer with type status = status - val require: baseuri:NUri.uri -> (#status as 'status) -> 'status - end +class status : NCicCoercion.status -class dumpable_status : - object ('self) - inherit status - method dump: Serializer.obj list - method set_dump: Serializer.obj list -> 'self - method set_dumpable_status: dumpable_status -> 'self - end