]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/dist/TODO
freescale porting, work in progress
[helm.git] / helm / software / matita / dist / TODO
1 TODO:
2 - "ncoercion" statement:
3   - :> for projections
4   - simple syntax
5   - generation of hints to implement the pullback
6 - principles generation:
7   - induction/inversions
8 - dependency graphs
9 - queries (on the trie?)
10 - Tactics:
11   - satuation
12   - destruct
13   - ncut
14   - nclearbody
15   - nletin che prende il tipo
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
26 ?2) cosa "corrisponde" alla simplify?   multivm/breakpoint
27     => la mu (+ iota) normalize
28 3) nelim bacata (assert ...), ma napply funziona
29    prod_lemmas/symmetric_eqquadruple, napply (Prod4T ...)
30 *4) nrewrite bacata, ma napply funziona
31     freescale/bool_lemmas cercare !!!
32 *5) variabili libere => errore di tipaggio
33
34 6) sintassi per i NG naturali (serve una ndefault? serve una notazione
35    standard sui numeri slegati dalla ndefault?)
36 7) se c'' variabili locale x1 e il costruttore x1, fa due passate
37 8) exadecim_lemmas, destruct: lento...
38
39 11) ngeneralize bug di unificazione:  ngeneralize in match (x1 = x2)
40 12) generazione dei nomi non va:
41     include "freescale/byte8.ma".
42     nlemma test: ∀b1,b2,b3.
43      plus_b8_d_d b1 (plus_b8_d_d b2 b3) = plus_b8_d_d (plus_b8_d_d b1 b2) b3.
44      #b1; #b2; #b3; ncases b1; ncases b2; ncases b3;