X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=c71c99dcc9adc1eea9ad23a780eca3113baa3ce7;hb=b9abc92648bccc93a8abfaca299953d06f30e671;hp=78e0c25415a788907de205a24930049f5576679c;hpb=9f49495f5f1e54ccacb8142043cba65ca55b7125;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index 78e0c2541..c71c99dcc 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -25,13 +25,16 @@ 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 ]