]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGuiTypes.mli
1. syntax error fixed
[helm.git] / helm / matita / matitaGuiTypes.mli
index d9c2ece2a35c922675d0f88431b439b6e3b1ac21..cf738cd85caa501f8fa103a4ac552956f4ffb781 100644 (file)
@@ -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