X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_engine%2FgrafiteTypes.mli;fp=matita%2Fcomponents%2Fgrafite_engine%2FgrafiteTypes.mli;h=c65c3afb67514962f5e5da00420bf28ecb65e7b9;hb=99a43adccee356e3d6057f67114c5cf08518b3f3;hp=bfa5f9cdbdc3e3dba59ae234e2789cc5faf17056;hpb=560db5569f54fba5bded568699a33947f88df3ba;p=helm.git diff --git a/matita/components/grafite_engine/grafiteTypes.mli b/matita/components/grafite_engine/grafiteTypes.mli index bfa5f9cdb..c65c3afb6 100644 --- a/matita/components/grafite_engine/grafiteTypes.mli +++ b/matita/components/grafite_engine/grafiteTypes.mli @@ -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