X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGuiTypes.mli;h=cf738cd85caa501f8fa103a4ac552956f4ffb781;hb=63fb3222e69b8d060f0f3d42dd6efc16d65fce2e;hp=d9c2ece2a35c922675d0f88431b439b6e3b1ac21;hpb=39736960d48b9a19f3b7ca6e4d852a9dbcd4af76;p=helm.git diff --git a/helm/matita/matitaGuiTypes.mli b/helm/matita/matitaGuiTypes.mli index d9c2ece2a..cf738cd85 100644 --- a/helm/matita/matitaGuiTypes.mli +++ b/helm/matita/matitaGuiTypes.mli @@ -115,7 +115,9 @@ end class type sequentsViewer = object method reset: unit - method load_sequents: ProofEngineTypes.status -> unit + method load_logo: unit + method load_logo_with_qed: unit + method load_sequents: MatitaTypes.incomplete_proof -> unit method goto_sequent: int -> unit (* to be called _after_ load_sequents *) end