2 ||M|| This file is part of HELM, an Hypertextual, Electronic
3 ||A|| Library of Mathematics, developed at the Computer Science
4 ||T|| Department, University of Bologna, Italy.
6 ||T|| HELM is free software; you can redistribute it and/or
7 ||A|| modify it under the terms of the GNU General Public License
8 \ / version 2 or (at your option) any later version.
9 \ / This software is distributed as is, NO WARRANTY.
10 V_______________________________________________________________ *)
12 (* $Id: nCicRefiner.ml 9802 2009-05-25 15:39:26Z tassi $ *)
16 inherit NCicUnifHint.status
17 inherit NCicCoercion.status
18 inherit NCicLibrary.status
20 < coerc_db : NCicCoercion.db;
21 uhint_db : NCicUnifHint.db;
22 timestamp: NCicLibrary.timestamp; .. > -> 'self
27 include NCicLibrary.Serializer with type status = status
28 val require: baseuri:NUri.uri -> (#status as 'status) -> 'status
31 class dumpable_status :
34 method dump: Serializer.obj list
35 method set_dump: Serializer.obj list -> 'self
36 method set_dumpable_status:
37 < coerc_db : NCicCoercion.db;
38 uhint_db : NCicUnifHint.db;
39 timestamp: NCicLibrary.timestamp;
40 dump: Serializer.obj list; .. > -> 'self