X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitaTypes.mli;h=c71c99dcc9adc1eea9ad23a780eca3113baa3ce7;hb=1776f357e1a69fa1133956660b65d7bafdfe5c25;hp=dd89ed79b82ed1783038e8af830c012e67ad51fc;hpb=1a613a4c0b68938f0ced6e190adffa805d1b5680;p=helm.git diff --git a/matita/matitaTypes.mli b/matita/matitaTypes.mli index dd89ed79b..c71c99dcc 100644 --- a/matita/matitaTypes.mli +++ b/matita/matitaTypes.mli @@ -25,7 +25,7 @@ exception Cancel -type abouts = [ `Blank | `Current_proof | `Us | `Coercions] +type abouts = [ `Blank | `Current_proof | `Us | `Coercions | `CoercionsFull] type mathViewer_entry = [ `About of abouts @@ -33,6 +33,7 @@ type mathViewer_entry = | `Cic of Cic.term * Cic.metasenv | `Development of string | `Dir of string + | `HBugs of [ `Tutors ] | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ] | `Uri of UriManager.uri | `Whelp of string * UriManager.uri list ]