X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaGuiTypes.mli;h=fb8c1f14a0b1c09ad5144b8c23a59d29db2b2583;hb=56c4e355b88aa505b64c539053aba92eb86afc2a;hp=51c700dc3177067a959c44072013416e5ac7e49b;hpb=a970a6b5d44947e466b94ff3df4fa66d85d0d9ca;p=helm.git diff --git a/helm/software/matita/matitaGuiTypes.mli b/helm/software/matita/matitaGuiTypes.mli index 51c700dc3..fb8c1f14a 100644 --- a/helm/software/matita/matitaGuiTypes.mli +++ b/helm/software/matita/matitaGuiTypes.mli @@ -127,6 +127,7 @@ object method nload_sequent: NCic.metasenv -> NCic.substitution -> int -> unit method load_object: Cic.obj -> unit + method load_nobject: NCic.obj -> unit end class type sequentsViewer = @@ -135,7 +136,7 @@ object method load_logo: unit method load_logo_with_qed: unit method load_sequents: GrafiteTypes.incomplete_proof -> unit - method nload_sequents: NTacStatus.tac_status -> unit + method nload_sequents: #NTacStatus.tac_status -> unit method goto_sequent: int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView