X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2FmatitaGuiTypes.mli;h=03dab4c4c5edf0ed8d70fa6043499ef23e4223b7;hb=53452958508001e7af3090695b619fe92135fb9e;hp=7fc6f9ae56280ec1827307a8b89564482e44d53c;hpb=e2dde4cca0fe3ce74a79edbf8cb7a0f8e616daa9;p=helm.git diff --git a/matita/matita/matitaGuiTypes.mli b/matita/matita/matitaGuiTypes.mli index 7fc6f9ae5..03dab4c4c 100644 --- a/matita/matita/matitaGuiTypes.mli +++ b/matita/matita/matitaGuiTypes.mli @@ -131,9 +131,9 @@ object (** load a sequent and render it into parent widget *) method nload_sequent: - #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> int -> unit + #ApplyTransformation.status -> NCic.metasenv -> NCic.substitution -> int -> unit - method load_nobject: #NCicCoercion.status -> NCic.obj -> unit + method load_nobject: #ApplyTransformation.status -> NCic.obj -> unit end class type sequentsViewer = @@ -141,9 +141,9 @@ object method reset: unit method load_logo: unit method load_logo_with_qed: unit - method nload_sequents: #NTacStatus.tac_status -> unit + method nload_sequents: #GrafiteTypes.status -> unit method goto_sequent: - #NCicCoercion.status -> int -> unit (* to be called _after_ load_sequents *) + #ApplyTransformation.status -> int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView end