aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_constr.ml4
Commit message (Expand)AuthorAge
...
* Better parsing of typeclasses, any constr is allowed for ! bindings soGravatar msozeau2008-05-06
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* Modif un peu gadget (??): on peut écrire "set (f n:=t)" pour Gravatar herbelin2008-04-26
* Diverses corrections Gravatar herbelin2008-04-14
* - Second pass on implementation of let pattern. Parse "let ' par [as x]?Gravatar msozeau2008-03-28
* Do a second pass on the treatment of user-given implicit arguments. NowGravatar msozeau2008-03-15
* Syntax changes in typeclasses, remove "?" for usual implicit argumentsGravatar msozeau2008-03-06
* Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...Gravatar msozeau2008-01-17
* Generalize instance declarations to any context, better name handling. Add ho...Gravatar msozeau2008-01-15
* Cleaner quantifiers for type classes, breaks clrewrite for the moment but imp...Gravatar msozeau2008-01-07
* Correction bug #1749 (datant de l'implantation des or-patterns) +Gravatar herbelin2008-01-05
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Creation of a new token PATTERNIDENT (?ident) for intro patterns, soGravatar glondu2007-09-28
* - Correction bug dans syntaxe des match (liste de motifs vide était acceptée)Gravatar herbelin2007-08-22
* Generalized CAMLP4USE for pp dependenciesGravatar corbinea2007-07-16
* Slight cleanup of refl_omega.ml : in particular it uses now listGravatar letouzey2007-07-11
* Prise en compte réversibilité des notations de la forme "Notation Nil := @n...Gravatar herbelin2007-05-10
* Nouveau déplacement de constr, cette fois au niveau 8. En fait, il y aGravatar herbelin2007-04-11
* Remontée de constr de 1 à 5 (pour permettre des notations entre 1 et 5Gravatar herbelin2007-04-10
* Extension to the general sequence operator (tactical). Now in addition to ...Gravatar emakarov2007-04-02
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Add 'dest obj as pat in body' keyword as a pattern-matching shortcut.Gravatar msozeau2007-02-16
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Abbreviation of order notation.Gravatar msozeau2007-02-01
* Fix order of wf and measure arguments, patch Program doc.Gravatar msozeau2007-01-31
* Remplacement de la dépendance de G_vernac en G_constr (sourceGravatar herbelin2006-12-03
* Notations:Gravatar herbelin2006-10-09
* - Ajout d'un cast vm dans la syntaxe : x <: t Gravatar bgregoir2006-07-22
* Correction incohérence parsing de %delim dans les motifsGravatar herbelin2006-07-12
* Que le niveau 100 soit associatif à droite dans operconst et à gauche dans ...Gravatar herbelin2006-07-04
* Extension des motifs disjonctifs au cas de disjonction de motifs multiplesGravatar herbelin2006-07-03
* Added {measure x f} as a valid recursion order.Gravatar msozeau2006-06-22
* The "clean integration of subtac" patch.Gravatar msozeau2006-05-29
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Si un fixpoint a plusieurs arguments, mais un seul de type inductif, Gravatar letouzey2006-04-14
* Update of Subtac contrib. Add {wf n R} as an alternative to {struct n}.Gravatar msozeau2006-03-13
* Ajout d'un mécanisme d'interprétation et d'affichage pour les littéraux de...Gravatar herbelin2005-12-30
* Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*...Gravatar herbelin2005-12-26
* Changement des named_contextGravatar gregoire2005-12-02
* Passage d'une bibliothèque de grands entiers naturels vers une bibliothèque...Gravatar herbelin2004-12-24
* Déclaration de '..' comme mot-clé (résoud bug #856)Gravatar herbelin2004-11-17
* Nouvelle en-têteGravatar herbelin2004-07-16
* Parsing des V8Notation avec motif recursif en v7Gravatar herbelin2004-03-17
* modif des fixpoints pour que si on donne une notation au produit, les pts fix...Gravatar barras2004-03-05
* Keep structure information for Fixpoint declaration and Fix termsGravatar bertot2004-02-26
* Compatibilite %TGravatar herbelin2003-11-14
* Compatibilite V7.4 pour le delimiteur de positiveGravatar herbelin2003-11-03
* Delimiters N devient 'nat'Gravatar herbelin2003-10-10
* traducteur: affiche les commentaires a l'interieur des commandesGravatar barras2003-09-22