aboutsummaryrefslogtreecommitdiff
path: root/theories/Init
AgeCommit message (Expand)Author
2011-07-26All the parameters of or can be implicits.pboutill
2011-07-26Same Implicit Arguments rule for sumbool and sumor.pboutill
2011-07-16Tentative abbreviation "rew Heq in H" for eq_rect. (feedback welcome)herbelin
2011-07-16Added a characterization of unique existence.herbelin
2011-06-20Arithemtic: more concerning compare, eqb, leb, ltbletouzey
2011-06-20Some simplifications in NZDomainletouzey
2011-05-05Wf.iter_nat becomes Peano.nat_iter (with an implicit arg)letouzey
2011-05-05Modularization of BinNat + fixes of stdlibletouzey
2011-05-05Better comments and organisation in Datatypes.vletouzey
2011-04-28Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixedherbelin
2011-03-21Init: some results in Type should rather be Defined than Qedletouzey
2011-03-17CompareSpec: a slight generalization/reformulation of CompSpecletouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2010-12-10First release of Vector library.pboutill
2010-10-23Used multiple lists of implicit arguments to transfer the choices ofherbelin
2010-10-03Using multiple lists of implicit arguments in Program for preservingherbelin
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-22Made notations for exists, exists! and notations of Utf8.v recursive notationsherbelin
2010-07-16Bool: shorter and more systematic proofs + an iff lemma about eqbletouzey
2010-07-10Bool: iff lemmas about or, a reflect inductive, an is_true functionletouzey
2010-06-18clear/revert dependent: restrict to hyp(h) instead of ident(h)letouzey
2010-06-17New tactic "clear dependent", for the moment in ltac in Init/Tacticsletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-02-17Arith's min and max placed in Peano (+basic specs max_l and co)letouzey
2010-02-13CompSpec2Type is used to build functions, it should be Defined, not Qedletouzey
2010-02-12CompSpecType, a clone of CompSpec but in Type instead of Propletouzey
2010-01-08Init/Logic: commutativity and associativity of /\ and \/letouzey
2009-12-09Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...letouzey
2009-11-16Some lemmas about dependent choice + extensions of Compare_dec +herbelin
2009-11-06Datatypes.length and app defined back via fun+fix instead of Fixpointletouzey
2009-11-03Better visibility of the inductive CompSpec used to specify comparison functionsletouzey
2009-11-02Remove various useless {struct} annotationsletouzey
2009-11-02list, length, app are migrated from List to Datatypesletouzey
2009-10-08Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'letouzey
2009-10-08Implicit argument of Logic.eq become maximally insertedletouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-24New tactic to rewrite decidability lemmas when one knows which sideherbelin
2009-08-11Fixed extra space in printing notation { x & P } + minor other thingsherbelin
2009-07-24OrderedTypeEx.N_as_OT use Nlt, various minor improvements in N/ZArithletouzey
2009-06-29Miscellaneous practical commits: herbelin
2009-03-27Parsing files for numerals (+ ascii/string) moved into pluginsletouzey
2009-03-14Better mechanism for loading initial pluginsletouzey
2009-01-02- Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",herbelin
2009-01-01Switched to "standardized" names for the properties of eq andherbelin
2008-12-28- Another bug in get_sort_family_of (sort-polymorphism of constants andherbelin
2008-12-26- Extracted from the tactic "now" an experimental tactic "easy" for smallherbelin
2008-12-26- Optimized "auto decomp" which had a (presumably) exponential inherbelin
2008-11-23Fine-tuning rewriting from "eq_true b": using <- to rewrite true to bherbelin
2008-11-22- Fixed minor bug #1994 in the tactic chapter of the manual [doc]herbelin