]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/dist/TODO
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / dist / TODO
1 TODO:
2 - "ncoercion" statement:
3   - simple syntax
4   - generation of hints to implement the pullback
5 - principles generation:
6   - induction/inversions
7 - dependency graphs
8 - queries (on the trie?)
9 - Tactics:
10   - satuation
11   - destruct
12   - ncut
13   - nclearbody
14   - nletin che prende il tipo
15   - napply che prenda il pattern
16 - Semantic selection:
17   - cosa usare per i pattern % ?
18
19 - Library.copy_at_level
20 - NCicRefiner.typeof e inferenza universi
21 - hints:
22   - compare with the paper
23
24 BUGS:
25 1) la disambiguazione sembra generare termini (? ? ?) quando buca!
26    inoltre buca anche quando c'e' una scelta sola
27 ?2) cosa "corrisponde" alla simplify?   multivm/breakpoint
28     => la mu (+ iota) normalize
29 *5) variabili libere => errore di tipaggio
30
31 6) sintassi per i NG naturali (serve una ndefault? serve una notazione
32    standard sui numeri slegati dalla ndefault?)
33 7) se c'' variabili locale x1 e il costruttore x1, fa due passate
34 8) exadecim_lemmas, destruct: lento...
35
36 11) ngeneralize bug di unificazione:  ngeneralize in match (x1 = x2)
37 12) generazione dei nomi non va:
38     include "freescale/byte8.ma".
39     nlemma test: ∀b1,b2,b3.
40      plus_b8_d_d b1 (plus_b8_d_d b2 b3) = plus_b8_d_d (plus_b8_d_d b1 b2) b3.
41      #b1; #b2; #b3; ncases b1; ncases b2; ncases b3;