aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists/List.v
Commit message (Expand)AuthorAge
* Update headers.Gravatar Maxime Dénès2015-01-12
* Use [Proof using] to make sure that [List.in_flat_map] doesn't grab too many ...Gravatar Arnaud Spiwack2014-12-28
* Adds two lemmas about hderror to the List standard library.Gravatar Sébastien Hinderer2014-12-18
* Implement the nodup function on lists and prove associated results.Gravatar Sébastien Hinderer2014-12-18
* Lists: enhanced version of Seb's last commit on Exists/ForallGravatar Pierre Letouzey2014-12-18
* Lists: a few results on Exists and Forall and a bit of code cleanup.Gravatar Sébastien Hinderer2014-12-18
* List.v: sequel to Sebastien's commit (some cosmetics + a few shorter proofs)Gravatar Pierre Letouzey2014-12-11
* First series of results on lists.Gravatar Sébastien Hinderer2014-12-11
* Improving printing of "[]" (nil) in spite of the risk of collisionGravatar Hugo Herbelin2014-08-05
* Testing a replacement of "cut" by "enough" on a couple of test files.Gravatar Hugo Herbelin2014-08-05
* Try a new way of handling template universe levelsGravatar Matthieu Sozeau2014-05-06
* - Fix bug preventing apply from unfolding Fixpoints.Gravatar Matthieu Sozeau2014-05-06
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* FinFun.v: results about injective/surjective/bijective fonctions over finite ...Gravatar Pierre Letouzey2014-02-07
* List: Bug 3039 weaker requirement for fold symmetricGravatar Pierre Boutillier2013-12-20
* Added a concat function to List theory. Strangely, it was missing.Gravatar ppedrot2013-07-24
* Updating headers.Gravatar herbelin2012-08-08
* ZArith + other : favor the use of modern names instead of compat notationsGravatar letouzey2012-07-05
* list_eq_dec now transparent (wish #2786)Gravatar letouzey2012-06-01
* List + Permutation : more results about nth_error and nthGravatar letouzey2012-05-18
* Bug 2589: Documentation patch of Hendrik TewsGravatar pboutill2011-09-02
* A module out of Program to have list notations (bug 2463)Gravatar pboutill2011-04-08
* Cosmetic : let's take advantage of the n-ary exists notationGravatar letouzey2010-12-17
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Made notations for exists, exists! and notations of Utf8.v recursive notationsGravatar herbelin2010-07-22
* Reverted 13293 commited mistakenly. Sorry for the noise.Gravatar herbelin2010-07-18
* Tentative de suppression de l'import automatique des hints et coercions.Gravatar herbelin2010-07-18
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Granting wish #2229 (InA_dec transparent) and Michael Day's coq-clubGravatar herbelin2010-04-10
* Arith's min and max placed in Peano (+basic specs max_l and co)Gravatar letouzey2010-02-17
* Addition of mergesort + cleaning of the Sorting libraryGravatar herbelin2009-12-13
* Improving abbreviations/notations + backtrack of semantic change in r12439Gravatar herbelin2009-11-11
* List + SetoidList : some cleanup around predicates Exists, Forall, Forall2, F...Gravatar letouzey2009-11-02
* Remove various useless {struct} annotationsGravatar letouzey2009-11-02
* list, length, app are migrated from List to DatatypesGravatar letouzey2009-11-02
* Fix flat_map definition so that it plays nicely with fixGravatar glondu2009-10-29
* MSets: a new generation of FSetsGravatar letouzey2009-10-13
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* adds a property on mapGravatar bertot2009-08-19
* adds lemmas on interactions between existsb, forallb, and appGravatar bertot2009-08-19
* - Add more precise error localisation when one of the application failsGravatar herbelin2009-08-04
* List: add a iff-based lemma about In and ++Gravatar letouzey2009-07-24
* Very-small-step policy changes to the library.Gravatar herbelin2009-06-06
* Add lemmas on lists: nth_default_eq, map_nth_errorGravatar glondu2008-08-06
* Cyclic31: migrate auxiliary lemmas to their legitimate filesGravatar letouzey2008-05-27
* Backtrack sur la mise à disposition en standard de la notation [ x ; ... ; y ]Gravatar herbelin2008-05-09
* Ajout notation [ x ; ... ; y ] dans list_scope. Changement de laGravatar herbelin2008-04-29
* Backtrack on using metas eagerly in auto, only done in "new auto" forGravatar msozeau2008-04-28
* - Fix bug in unification not taking into account the right metaGravatar msozeau2008-04-27
* - A little cleanup in Classes/*. Separate standard morphisms onGravatar msozeau2008-04-08