X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMathView.ml;h=bf0f7f8bdc85a106dec3a3ce5cf769073c685fd0;hb=4301dbaf20b68840e3bdf6a9b701d71034c91b7f;hp=93adb1c90fc529356bb4db6457aaf96fa1d24357;hpb=2765b4ab727995efeebb972973d6032b06095845;p=helm.git diff --git a/helm/matita/matitaMathView.ml b/helm/matita/matitaMathView.ml index 93adb1c90..bf0f7f8bd 100644 --- a/helm/matita/matitaMathView.ml +++ b/helm/matita/matitaMathView.ml @@ -154,7 +154,7 @@ type selected_term = class clickableMathView obj = let text_width = 80 in -let dummy_loc = DisambiguateTypes.dummy_floc in +let dummy_loc = HExtlib.dummy_floc in object (self) inherit GMathViewAux.multi_selection_math_view obj @@ -244,7 +244,7 @@ object (self) let reduction_action kind () = let pat = self#tactic_text_pattern_of_selection in let statement = - let loc = DisambiguateTypes.dummy_floc in + let loc = HExtlib.dummy_floc in "\n" ^ GrafiteAstPp.pp_executable ~term_pp:(fun s -> s) ~lazy_term_pp:(fun _ -> assert false) ~obj_pp:(fun _ -> assert false) @@ -906,7 +906,7 @@ class cicBrowser_impl ~(history:MatitaTypes.mathViewer_entry MatitaMisc.history) method private home () = self#_showMath; - match self#script#status.proof_status with + match self#script#grafite_status.proof_status with | Proof (uri, metasenv, bo, ty) -> let name = UriManager.name_of_uri (HExtlib.unopt uri) in let obj = Cic.CurrentProof (name, metasenv, bo, ty, [], []) in