aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/matching.ml
Commit message (Expand)AuthorAge
* cList.index is now cList.index_f, same for index0Gravatar letouzey2013-10-23
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* Why not going inside fixpoint definition with appcontext ?Gravatar pboutill2013-05-30
* Pushing lazy lists into Ltac. Now, the control flow is explicitGravatar ppedrot2013-05-28
* Code cleaning in Matching.Gravatar ppedrot2013-05-24
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Matching patterns: fixed allow_partial_app which was not working onGravatar herbelin2013-04-17
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Modulification of identifierGravatar ppedrot2012-12-14
* Moved Intset and Intmap to Int namespace.Gravatar ppedrot2012-12-14
* Monomorphization (pretyping)Gravatar ppedrot2012-11-22
* Removing another bunch of generic equalitiesGravatar ppedrot2012-11-08
* Adapt pieces of code needing -rectypesGravatar letouzey2012-10-06
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Pattern as a mli-only file, operations in PatternopsGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Noise for nothingGravatar pboutill2012-03-02
* A pass on warning printings. Made systematic the use of msg_warning soGravatar herbelin2011-12-17
* Allow "|_=>_" in "match" in patterns, no more forced enumeration of constructorsGravatar letouzey2011-11-07
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Added support for Ltac-matching terms with variables bound in the patternGravatar herbelin2010-06-06
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* fixed confusion between number of cstr arguments and number of pattern variab...Gravatar barras2010-03-12
* Typo in error messageGravatar herbelin2010-01-12
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Fixed two apparent inconsistencies in matching.ml:Gravatar herbelin2009-01-02
* - Added support for subterm matching in SearchAbout.Gravatar herbelin2008-12-29
* Correction bug de filtrage sous-terme #1920 introduit dans commitGravatar herbelin2008-08-05
* A try at allowing matching on applications as a binary syntax node by default.Gravatar msozeau2008-07-22
* Uniformisation du format des messages d'erreur (commencent par uneGravatar herbelin2008-07-17
* Quelques modifications autour du filtrage Ltac:Gravatar herbelin2008-07-16
* Add possibility to match on defined hypotheses, using brackets toGravatar msozeau2008-06-16
* bug in accessing n-th abstractionGravatar barras2008-01-18
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Applatissement des noeuds application vide dans le filtrage Ltac (ex:Gravatar herbelin2006-10-25
* Correcting a bug in matching context on if. Gravatar jforest2006-05-17
* Timide tentative de clarification du statut de l'opérateur de filtrageGravatar herbelin2006-04-24
* Optimisation filtrage sans lieurs (utile pour Ltac)Gravatar herbelin2006-02-01
* Changement des named_contextGravatar gregoire2005-12-02
* Standardisation of function names about global references (especially, renami...Gravatar herbelin2005-02-18
* collapse apps of patterns to avoid failuresGravatar barras2004-09-27