X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fcomponents%2Fgrafite_engine%2FgrafiteTypes.mli;fp=matita%2Fcomponents%2Fgrafite_engine%2FgrafiteTypes.mli;h=e59e5375a51cf4e2f628c0d8eacd25ee0bfe08e4;hb=3f9cb46b5e167955e85b3d2544f1bed90f1a25b7;hp=c65c3afb67514962f5e5da00420bf28ecb65e7b9;hpb=47a9eb47d4215450230840bc66570ce412d0ce79;p=helm.git diff --git a/matita/components/grafite_engine/grafiteTypes.mli b/matita/components/grafite_engine/grafiteTypes.mli index c65c3afb6..e59e5375a 100644 --- a/matita/components/grafite_engine/grafiteTypes.mli +++ b/matita/components/grafite_engine/grafiteTypes.mli @@ -34,8 +34,6 @@ val command_error: string -> 'a (** @raise Command_error *) class status : string -> object ('self) - method moo_content_rev: GrafiteMarshal.moo - method set_moo_content_rev: GrafiteMarshal.moo -> 'self method baseuri: string method set_baseuri: string -> 'self method ng_mode: [`ProofMode | `CommandMode] @@ -43,6 +41,3 @@ class status : (* Warning: #stack and #obj are meaningful iff #ng_mode is `ProofMode *) inherit NTacStatus.tac_status end - - (** list is not reversed, head command will be the first emitted *) -val add_moo_content: GrafiteMarshal.ast_command list -> status -> status