aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
Commit message (Expand)AuthorAge
* Rework subtac pattern matching equalities generation.Gravatar msozeau2007-01-02
* Protection contre une source possible de liaison de lambda anonymeGravatar herbelin2006-12-29
* Confusion sur le paramètre à donner à concrete_name lors du commit 9450Gravatar herbelin2006-12-14
* Alignement de la politique de renommage de rename_bound_var (utilisé pourGravatar herbelin2006-12-13
* Correction du bug #1273, deuxième version (avec des shémas d'elimination pl...Gravatar notin2006-12-12
* Correction du bug #1273 (problème avec les paramètres non récursivement un...Gravatar notin2006-12-12
* Backtrack sur suppression des vars anonymes des contextes d'evars (echec Case...Gravatar herbelin2006-12-12
* Correction bug #1041 (double cause : non évitement des noms existants enGravatar herbelin2006-12-12
* Évitement des noms de constructeurs dans les motifs de filtrage de "match"Gravatar herbelin2006-12-09
* correction du bug : VM value extraction error (PR#1290)Gravatar bgregoir2006-11-29
* Code mort découvert par MatthieuGravatar herbelin2006-11-22
* Dépendance inutile en Tacexpr, de proofs, qui se compile en principe aprèsGravatar herbelin2006-11-19
* Raffinement de l'unification de "apply": mémorisation de certainsGravatar herbelin2006-11-19
* Code mort (duplication de code dans reductionops.ml)Gravatar herbelin2006-11-18
* Suppression source de complexité polynomiale introduite par le polymorphismeGravatar herbelin2006-11-03
* Compatibilité du polymorphisme de constantes avec les sections.Gravatar herbelin2006-10-29
* Extension du polymorphisme de sorte au cas des définitions dans Type.Gravatar herbelin2006-10-28
* Applatissement des noeuds application vide dans le filtrage Ltac (ex:Gravatar herbelin2006-10-25
* Suite commit 9277Gravatar herbelin2006-10-25
* Correction d'une tentative incorrecte (révision 9266) de clarificationGravatar herbelin2006-10-25
* Ajout de la tactique "apply in".Gravatar herbelin2006-10-24
* Le calcul de la classe dans class_args_of ne suivait pas celui de class_ofGravatar herbelin2006-10-21
* Correction d'un vieux bug de coercion avec éta-expansion (utilisationGravatar herbelin2006-10-21
* Notations:Gravatar herbelin2006-10-09
* Remplacement des nf_evar (source de complexité polynomiale) par de laGravatar herbelin2006-10-06
* Déplacement de on_judgment_type de Typeops vers TermopsGravatar herbelin2006-10-06
* Suppression d'une source de complexité polynomiale dans le pretypageGravatar herbelin2006-10-06
* Correction d'un bug dans l'unification: lors de l'unification d'un meta m et ...Gravatar notin2006-10-05
* Correction de deux cas où les types inductifs n'étaient pas comparésGravatar herbelin2006-10-05
* Ajout allowed_sortsGravatar herbelin2006-10-01
* Correction d'un bug de coercion de pattern introduit dans la 8.1betaGravatar herbelin2006-09-23
* Correction bug #1168 (dans les coercions de pattern, c'est le nombreGravatar herbelin2006-09-23
* Wish #1187 granted (support for canonical structures that are recordsGravatar herbelin2006-09-23
* Declarative Proof Language: main commitGravatar corbinea2006-09-20
* Report de l'heuristique d'unification premier ordre flexible/rigideGravatar herbelin2006-09-15
* Débogage: ajout affichage contraintes d'unificationGravatar herbelin2006-09-15
* Abandon unification pattern des evars dans apply: combiné avec leGravatar herbelin2006-09-13
* Correction conflit Meta/Evar dans commit précédent et extension auGravatar herbelin2006-09-12
* Ajout unification pattern dans l'algorithme d'unification desGravatar herbelin2006-09-12
* Workaround Map.fold semantic change in ocaml-3.08.4 and higher.Gravatar msozeau2006-09-05
* Ajout is_sort: test si se réduit en une sorteGravatar herbelin2006-09-01
* Export de check_evars vers command.mlGravatar herbelin2006-09-01
* Ajout (pour complétude) du cas d'inversion d'un pattern de Miller visGravatar herbelin2006-08-29
* Prise en compte de l'instance des evars dans la détection des 'motifs'Gravatar herbelin2006-08-29
* Il faut (au moins) normaliser les evars avant de tenterGravatar herbelin2006-08-29
* Diverses modifications autour de l'unification modulo conversion:Gravatar herbelin2006-08-28
* Ajout whd_eta + export append_stack_list + petit nettoyage (dont maj de Gravatar herbelin2006-08-28
* Morceau de code mortGravatar herbelin2006-08-24
* - Ajout d'un cast vm dans la syntaxe : x <: t Gravatar bgregoir2006-07-22
* Correction bug 1172 + correction en passant de la taille des paramètres de f...Gravatar herbelin2006-07-07