]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGuiTypes.mli
WARNING: partial commit.
[helm.git] / matita / matita / matitaGuiTypes.mli
index 7fc6f9ae56280ec1827307a8b89564482e44d53c..64dd3cd6f1a69927e7cd8417836c9e7c16a3792d 100644 (file)
@@ -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
+   #NTermCicContent.status -> NCic.metasenv -> NCic.substitution -> int -> unit
 
-  method load_nobject: #NCicCoercion.status -> NCic.obj -> unit
+  method load_nobject: #NTermCicContent.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 *)
+   #NTermCicContent.status -> int -> unit (* to be called _after_ load_sequents *)
 
   method cicMathView: cicMathView
 end