X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=6d672a1238a01217b45142b4dc18cbc567308b94;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=f220a848a7d0dfbcfbdea9a03f91f16f441e330a;hpb=bee436af0c6ceb1c83259c94036df8b12f901f2d;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index f220a848a..6d672a123 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -26,7 +26,7 @@ exception Cancel type abouts = [ `Blank | `Current_proof | `Us | `Coercions - | `CoercionsFull | `TeX | `Grammar] + | `CoercionsFull | `TeX | `Grammar | `Hints] type mathViewer_entry = [ `About of abouts @@ -51,6 +51,6 @@ class type mathViewer = method show_uri_list : ?reuse:bool -> entry:mathViewer_entry -> UriManager.uri list -> unit method screenshot: - GrafiteTypes.status -> int * NCic.conjecture -> NCic.metasenv -> + GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv -> NCic.substitution -> string -> unit end