]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/grafiteTypes.mli
- grafiteSync no longer used
[helm.git] / matita / components / grafite_engine / grafiteTypes.mli
index bfa5f9cdbdc3e3dba59ae234e2789cc5faf17056..c65c3afb67514962f5e5da00420bf28ecb65e7b9 100644 (file)
@@ -36,8 +36,6 @@ class status :
   object ('self)
    method moo_content_rev: GrafiteMarshal.moo
    method set_moo_content_rev: GrafiteMarshal.moo -> 'self
-   method objects: UriManager.uri list
-   method set_objects: UriManager.uri list -> 'self
    method baseuri: string
    method set_baseuri: string -> 'self
    method ng_mode: [`ProofMode | `CommandMode]
@@ -46,7 +44,5 @@ class status :
    inherit NTacStatus.tac_status
   end
 
-val dump_status : status -> unit
-
   (** list is not reversed, head command will be the first emitted *)
 val add_moo_content: GrafiteMarshal.ast_command list -> status -> status