]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.ml
- name mangling changed, added __ to separate additional number
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.ml
index 71fd19f94b6d7289d1a7a47336d9ed05dab4914a..244ce615f67f01542759a7a2cc1ecf23dc2a53e1 100644 (file)
@@ -44,21 +44,11 @@ type proof_status =
       (* Status in which the proof could be while it is being processed by the
       * engine. No status entering/exiting the engine could be in it. *)
 
-(* REMOVE
-module StringMap = Map.Make (String)
-type option_value =
-  | String of string
-  | Int of int
-*)
-(* type options = option_value StringMap.t *)
-(* let no_options = StringMap.empty *)
-
 type status = {
   moo_content_rev: GrafiteMarshal.moo;
   proof_status: proof_status;
-(*   options: options; *)
   objects: UriManager.uri list;
-  coercions: UriManager.uri list;
+  coercions: CoercDb.coerc_db;
   universe:Universe.universe;  
   baseuri: string;
 }