aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2010-06-18clear/revert dependent: restrict to hyp(h) instead of ident(h)letouzey
2010-06-18Report fixes from FSetDecide to MSetDecideletouzey
2010-06-18fsetdec: a forgotten Set instead of Type was breaking discard_nonFset (fix #2...letouzey
2010-06-17fsetdec: clear dependent hypothesis before anything else (fix #2136).letouzey
2010-06-17New tactic "clear dependent", for the moment in ltac in Init/Tacticsletouzey
2010-06-16MSetInterface: no induction principle about a Record (nicer extraction)letouzey
2010-06-15MSetAVL: for nicer extraction, we create only tree_ind, not tree_rect and tre...letouzey
2010-06-13Fixing definition of set_map (bug report #2111) which was actually alreadyherbelin
2010-06-09Tentative fix for bug #2226: put inj_pair2 and eq_dep_eq hints in amsozeau
2010-06-08Fixing commit r13090 (forgot to commit the file generating Nmake_gen.v).herbelin
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin
2010-06-08Fix unfolding tactic for well-founded Programs.msozeau
2010-06-04Ascii: simplier ascii_of_pos, conversion from/to N, proofs about nat-->ascii-...letouzey
2010-05-28Correction program_simplify. Devrait corriger certaines contribs.aspiwack
2010-05-28Generalized the formulation of classic_set in propositional contextsherbelin
2010-05-22Added UIP_dec on suggestion of Eelis on #coq irc.herbelin
2010-05-19Discontinue support for ocaml 3.09.*letouzey
2010-05-09Added a few informations about file lineages (for the most part in kernel)herbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-04-16Compare_dec : a few better proofs (and extracted terms), some more Definedletouzey
2010-04-10Granting wish #2229 (InA_dec transparent) and Michael Day's coq-clubherbelin
2010-04-09Change definition of FSetList so that equality is Leibnizglondu
2010-03-30Small improvements around coqdoc (including fix for bug #2288)herbelin
2010-03-28Fixing bug #2254 (inappropriate names of Zlt_gt_succ and Zlt_succ_gt)herbelin
2010-03-10NMake: remove useless tactics abstract_pair, nicer commentsletouzey
2010-03-10NMake: Reorganization, interface for NMake_gen, explicit View, tactic destr_t...letouzey
2010-03-10NMake_gen.ml: robustness w.r.t size, remove old commented stuff about shiftlletouzey
2010-03-07Reorder resolution of type class and unification constraints.msozeau
2010-03-05Minor fixes.msozeau
2010-02-18Removed redundant and ill-named technical lemma.gmelquio
2010-02-18Removed SeqProp's dependency on Classical.gmelquio
2010-02-18Removed Rtrigo's dependency on Classical.gmelquio
2010-02-17Removed Rseries' dependency on Classical.gmelquio
2010-02-17RelationClasses: adapt eq_Reflexive and co to avoid Universe Inconsistenciesletouzey
2010-02-17Kill some useless dependencies (Bvector, Program.Syntax)letouzey
2010-02-17Arith's min and max placed in Peano (+basic specs max_l and co)letouzey
2010-02-17Removed Rlimit's dependency on Classical.gmelquio
2010-02-17Removed Rderiv's dependency on Classical.gmelquio
2010-02-16Uniformisation Sorting/Mergesort and Structures/Ordersletouzey
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-02-11Cleanup in Classes, removing unsupported code.msozeau
2010-02-10Min, Max: for avoiding inelegant NPeano.max printing, we Export this libletouzey
2010-02-10Euclidean division for NArithletouzey
2010-02-10Fix [Existing Class] impl and add documentation. Fix computation of themsozeau
2010-02-09Numbers: properties of min/max with respect to 0,S,P,add,sub,mulletouzey
2010-02-09NPeano improved, subsumes NatOrderedTypeletouzey
2010-02-09NSub: a missing lemma (sub usually decreases)letouzey
2010-02-09NBinary improved, contains more, subsumes NOrderedTypeletouzey