X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaGuiTypes.mli;h=f7c9a7b9fa2b82699d81ae86c5a770b12737191b;hb=16250ed29f9200595694cd49dfc1aed76280dcb9;hp=7fc6f9ae56280ec1827307a8b89564482e44d53c;hpb=e2dde4cca0fe3ce74a79edbf8cb7a0f8e616daa9;p=helm.git diff --git a/matita/matita/matitaGuiTypes.mli b/matita/matita/matitaGuiTypes.mli index 7fc6f9ae5..f7c9a7b9f 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 + #LexiconTypes.status -> NCic.metasenv -> NCic.substitution -> int -> unit - method load_nobject: #NCicCoercion.status -> NCic.obj -> unit + method load_nobject: #LexiconTypes.status -> NCic.obj -> unit end class type sequentsViewer = @@ -143,7 +143,7 @@ object method load_logo_with_qed: unit method nload_sequents: #NTacStatus.tac_status -> unit method goto_sequent: - #NCicCoercion.status -> int -> unit (* to be called _after_ load_sequents *) + #LexiconTypes.status -> int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView end