]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.txt
Bug fixed in check_sort_elimination in the case (not tested so far)
[helm.git] / helm / matita / matita.txt
index 271b854f01c6afb7cbedf7106d503fb0ce21a0df..d1f44f3e651103c14bf7ecd9a3efb9d431679602 100644 (file)
@@ -2,6 +2,15 @@
 (**********************************************************************)
 
 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