aboutsummaryrefslogtreecommitdiff
path: root/theories/Init
AgeCommit message (Expand)Author
2014-11-02Improving elimination with indices, getting rid of intrusive residualHugo Herbelin
2014-11-02Supporting "at occs" as a short-hand for "in |- * at occs" in "destruct".Hugo Herbelin
2014-10-01eta contractionsPierre Boutillier
2014-09-09- Fix printing and parsing of primitive projections, including the SetMatthieu Sozeau
2014-09-08Removing the XML plugin.Pierre-Marie Pédrot
2014-08-25"allows to", like "allowing to", is improperJason Gross
2014-08-07Instead of relying on a trick to make the constructor tactic parse, putPierre-Marie Pédrot
2014-08-07Removing the "constructor" tactic from the AST.Pierre-Marie Pédrot
2014-08-05Experimentally adding an option for automatically erasing anHugo Herbelin
2014-07-09Arith: full integration of the "Numbers" modular frameworkPierre Letouzey
2014-05-31Basic lemmas about the algebraic structure of equality.Hugo Herbelin
2014-05-16Moving argument-free tactics out of the AST into a dedicatedPierre-Marie Pédrot
2014-05-12Now parsing rules of ML-declared tactics are only made available after thePierre-Marie Pédrot
2014-05-07Removing comment outdated since eta holds in conversion rule (thisHugo Herbelin
2014-05-06Try a new way of handling template universe levelsMatthieu Sozeau
2014-05-06- Fix bug preventing apply from unfolding Fixpoints.Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-10No more Coersion in Init.Pierre Boutillier
2014-04-10Define [projT3] and [proj3_sig]Jason Gross
2014-01-24[Coercion]s use [Sortclass], not [Prop] (in docs)Jason Gross
2013-12-12Better unification for [projT1] and [proj1_sig].Jason Gross
2013-11-20Adding Acc_intro_generator in order to help computations of Function in parti...forest
2013-08-08Side effect free implementation of admit (Isabelle's oracle)gareuselesinge
2013-05-05Improving printing of 'rew' notationherbelin
2013-05-05Relaxing the constraint on eta-expanding on the fly while looking forherbelin
2013-04-17Added group properties of eq_refl, eq_sym, eq_transherbelin
2013-01-18Unset Asymmetric Patternspboutill
2012-12-21nat_iter n f x -> nat_rect _ x (fun _ => f) npboutill
2012-11-15Some lemmas on property of rewriting. It will probably be worth atherbelin
2012-10-26Change Hint Resolve, Immediate to take a global reference as argumentmsozeau
2012-10-24Removed a few calls to "Opaque" in Logic.v ineffective since at leastherbelin
2012-08-23No more states/initial.coq, instead coqtop now requires Prelude.voletouzey
2012-08-08Updating headers.herbelin
2012-07-09induction/destruct : nicer syntax for generating equations (solves #2741)letouzey
2012-07-05Kills the useless tactic annotations "in |- *"letouzey
2012-07-05ZArith + other : favor the use of modern names instead of compat notationsletouzey
2012-07-05Notation: a new annotation "compat 8.x" extending "only parsing"letouzey
2012-05-09Bug 2767pboutill
2012-04-17Remove the Dp plugin.gmelquio
2012-04-12"A -> B" is a notation for "forall _ : A, B".pboutill
2012-04-06Fixing a few bugs (see #2571) related to interpretation of multiple bindersherbelin
2012-03-14Final part of moving Program code inside the main code. Adapted add_definitio...msozeau
2012-01-19No more use of tauto in Init/pboutill
2011-11-21theories/, plugins/ and test-suite/ ported to the Arguments vernaculargareuselesinge
2011-08-11SearchAbout and similar: add a customizable blacklistletouzey
2011-08-10Take benefit of bullets available by default in Preludeherbelin
2011-08-10Less ambitious application of a notation for eq_rect. We proposedherbelin
2011-08-09Moved the declaration of "Classic" being the default proof mode to coqtop.ml ...aspiwack
2011-08-08New proposition "rewrite Heq in H" for eq_rect (assuming that there isherbelin
2011-07-26All the parameters of or can be implicits.pboutill