X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitaTypes.mli;h=c71c99dcc9adc1eea9ad23a780eca3113baa3ce7;hb=84dbeab0a11aed6afb529b884bd796dec644c949;hp=37917d56667bff3dff49c1278face1bf839d5aaa;hpb=ae810c1e6bfab5076b18c841da9396a867526498;p=helm.git diff --git a/matita/matitaTypes.mli b/matita/matitaTypes.mli index 37917d566..c71c99dcc 100644 --- a/matita/matitaTypes.mli +++ b/matita/matitaTypes.mli @@ -25,13 +25,15 @@ exception Cancel -type abouts = [ `Blank | `Current_proof | `Us | `Coercions] +type abouts = [ `Blank | `Current_proof | `Us | `Coercions | `CoercionsFull] type mathViewer_entry = [ `About of abouts | `Check of string | `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 ]