]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMathView.ml
- further simplifications (??) of the status dependencies
[helm.git] / matita / matita / matitaMathView.ml
index 4b7b376b417933ad23d3e3f76cf47792e571f303..9990805ad7614ce2ab407700bb8f27363a3ae2d5 100644 (file)
@@ -727,8 +727,8 @@ class sequentsViewer ~(notebook:GPack.notebook) ~(cicMathView:cicMathView) () =
       _metasenv <- `Old []; 
       self#script#setGoal None
 
-    method nload_sequents : 'status. #NTacStatus.tac_status as 'status -> unit
-    = fun (status : #NTacStatus.tac_status) ->
+    method nload_sequents : 'status. #GrafiteTypes.status as 'status -> unit
+    = fun (status : #GrafiteTypes.status) ->
      let _,_,metasenv,subst,_ = status#obj in
       _metasenv <- `New (metasenv,subst);
       pages <- 0;