X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fmatita.txt;h=d1f44f3e651103c14bf7ecd9a3efb9d431679602;hb=08791e80816548121e81e04d3ead8c9a5171d033;hp=1cc909e132eda2272afbb57409817549d29b9a91;hpb=3174ea6822b2adc68be84428c883e240b5281433;p=helm.git diff --git a/helm/matita/matita.txt b/helm/matita/matita.txt index 1cc909e13..d1f44f3e6 100644 --- a/helm/matita/matita.txt +++ b/helm/matita/matita.txt @@ -2,6 +2,29 @@ (**********************************************************************) TODO +- Bug: non disambigua + inductive i (x:nat) : bool \to Prop \def K : bool \to (i x true) \to (i x false). + perche' non inserisce nat nel domain di disambiguazione. Deve esserci un bug + stupido da qualche parte +- preoccupante: per + inductive i (x:nat) : bool \to Prop \def K : bool \to (i x true) \to (i x false). + noi generiamo anche i_rec e i_rect che Coq non genera (e che NON dovrebbero + essere accettati dal nostro nucleo che invece non fa una piega!!!) +- parsing contestuale (tattiche replace, change e forse altre) +- assiomi +- Guardare il commento + (*CSC: this code is suspect and/or bugged: we try first without reduction + and then using whd. However, the saturate_term always tries with full + reduction without delta. *) + in primitiveTactics.ml. Potrebbe essere causa di rallentamento della apply + oltre che di bug! +- Bug di cut&paste: se si fa cut&paste di testo lockato si ottiene testo + lockato! +- keybinding globali: CTRL-{su,giu,...} devono fungere anche quando altre + finestre hanno il focus (e.g. cicBrowser). C'e' gia' da qualche parte il + codice che aggiunge i keybinding a tutte le eventBox, e' da ripristinare +- quando si sposta il punto di esecuzione dello script cambiare la parte di + script visibile nella finestra dello script - Dare errore significativo al posto di NotWellTypedInterpreation - Implementare menu edit: find/replace/cut/copy/undo/etc. - Bug vari nella generazione dei principi di eliminazione: