aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init
Commit message (Expand)AuthorAge
* clear/revert dependent: restrict to hyp(h) instead of ident(h)Gravatar letouzey2010-06-18
* New tactic "clear dependent", for the moment in ltac in Init/TacticsGravatar letouzey2010-06-17
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* Arith's min and max placed in Peano (+basic specs max_l and co)Gravatar letouzey2010-02-17
* CompSpec2Type is used to build functions, it should be Defined, not QedGravatar letouzey2010-02-13
* CompSpecType, a clone of CompSpec but in Type instead of PropGravatar letouzey2010-02-12
* Init/Logic: commutativity and associativity of /\ and \/Gravatar letouzey2010-01-08
* Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...Gravatar letouzey2009-12-09
* Some lemmas about dependent choice + extensions of Compare_dec +Gravatar herbelin2009-11-16
* Datatypes.length and app defined back via fun+fix instead of FixpointGravatar letouzey2009-11-06
* Better visibility of the inductive CompSpec used to specify comparison functionsGravatar letouzey2009-11-03
* Remove various useless {struct} annotationsGravatar letouzey2009-11-02
* list, length, app are migrated from List to DatatypesGravatar letouzey2009-11-02
* Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'Gravatar letouzey2009-10-08
* Implicit argument of Logic.eq become maximally insertedGravatar letouzey2009-10-08
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* New tactic to rewrite decidability lemmas when one knows which sideGravatar herbelin2009-08-24
* Fixed extra space in printing notation { x & P } + minor other thingsGravatar herbelin2009-08-11
* OrderedTypeEx.N_as_OT use Nlt, various minor improvements in N/ZArithGravatar letouzey2009-07-24
* Miscellaneous practical commits: Gravatar herbelin2009-06-29
* Parsing files for numerals (+ ascii/string) moved into pluginsGravatar letouzey2009-03-27
* Better mechanism for loading initial pluginsGravatar letouzey2009-03-14
* - Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",Gravatar herbelin2009-01-02
* Switched to "standardized" names for the properties of eq andGravatar herbelin2009-01-01
* - Another bug in get_sort_family_of (sort-polymorphism of constants andGravatar herbelin2008-12-28
* - Extracted from the tactic "now" an experimental tactic "easy" for smallGravatar herbelin2008-12-26
* - Optimized "auto decomp" which had a (presumably) exponential inGravatar herbelin2008-12-26
* Fine-tuning rewriting from "eq_true b": using <- to rewrite true to bGravatar herbelin2008-11-23
* - Fixed minor bug #1994 in the tactic chapter of the manual [doc]Gravatar herbelin2008-11-22
* ugly comment erroneously left in the minus definitionGravatar letouzey2008-10-14
* Correction de bugs:Gravatar herbelin2008-08-05
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Fixed doc of inductive sort-polymorphism (cf bug #1908). Seized theGravatar herbelin2008-07-23
* Changing the definitions of pred and minus in the style of GGGravatar werner2008-06-12
* - Patch sur "intros until 0"Gravatar herbelin2008-06-08
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Petites corrections diverses :Gravatar herbelin2008-06-02
* - Modification de la déf de minus et pred conformément aux remarques deGravatar herbelin2008-05-28
* Notation concise pour la valeur par défaut des cas reconnus commeGravatar herbelin2008-05-28
* MAJ et bricoles diversesGravatar herbelin2008-05-12
* 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
* Prise en compte des coercions dans les clauses "with" même si le typeGravatar herbelin2008-04-23
* contradict can now handle False hypothesis in the spirit of contradictionGravatar letouzey2008-04-09
* Nettoyage Wf.v et unification (suite remarques faites sur cocorico)Gravatar herbelin2008-03-23
* Une passe sur les réels:Gravatar herbelin2008-03-23
* Do a second pass on the treatment of user-given implicit arguments. NowGravatar msozeau2008-03-15
* f_equal, revert, specialize in ML, contradict in better Ltac (+doc)Gravatar letouzey2008-03-07
* still one more substituion s/Set/Type/Gravatar letouzey2008-03-04