]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/dist/TODO
Added initial support for inversion principles in Matita NG.
[helm.git] / helm / software / matita / dist / TODO
index 628164c3951352f45fdda10263567040e2a93c70..5305382b02e1c34a71ab631b0184fe187e25d7ca 100644 (file)
@@ -1,18 +1,18 @@
 TODO:
 - "ncoercion" statement:
-  - type processing to identify source/target
-  - transitive closure (in the new Cic)
+  - simple syntax
   - generation of hints to implement the pullback
 - principles generation:
-  - pretty printer for new statements required
+  - induction/inversions
 - dependency graphs
 - queries (on the trie?)
-- serialization/undo
-  - objects
-  - ng_status (moo/lexicon)
 - Tactics:
   - satuation
   - destruct
+  - ncut
+  - nclearbody
+  - nletin che prende il tipo
+  - napply che prenda il pattern
 - Semantic selection:
   - cosa usare per i pattern % ?
 
@@ -22,13 +22,10 @@ TODO:
   - compare with the paper
 
 BUGS:
-
----- 1) nwhd non fa nulla  ???    OK, testa rigida
+1) la disambiguazione sembra generare termini (? ? ?) quando buca!
+   inoltre buca anche quando c'e' una scelta sola
 ?2) cosa "corrisponde" alla simplify?   multivm/breakpoint
     => la mu (+ iota) normalize
-3) nelim bacata (assert ...), ma napply funziona
-   prod_lemmas/symmetric_eqquadruple, napply (Prod4T ...)
-*4) nrewrite bacata, ma napply funziona
 *5) variabili libere => errore di tipaggio
 
 6) sintassi per i NG naturali (serve una ndefault? serve una notazione
@@ -36,23 +33,9 @@ BUGS:
 7) se c'' variabili locale x1 e il costruttore x1, fa due passate
 8) exadecim_lemmas, destruct: lento...
 
-9) chiedere a Enrico il ninductive ascii_min che non va (ma cambiando il
-   nome o il numero degli elementi invece si') ????
-10) enrivonment accetta nomi ripetuti
 11) ngeneralize bug di unificazione:  ngeneralize in match (x1 = x2)
 12) generazione dei nomi non va:
     include "freescale/byte8.ma".
     nlemma test: ∀b1,b2,b3.
      plus_b8_d_d b1 (plus_b8_d_d b2 b3) = plus_b8_d_d (plus_b8_d_d b1 b2) b3.
      #b1; #b2; #b3; ncases b1; ncases b2; ncases b3; 
-
-Tattiche mancanti:
- - ncut
- - nclearbody
- - nletin che prende il tipo
-
-=============
-
-A) ng_tactics/nCicElim, ultime linee: commentare le prerr_endline
-B) cut a mano (o quasi):
-   ncut (x1 = x2) lo implementi come nletin Hcut ≝ (? : x1 = x2)