aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29Heads: generic equality on constr replaced by destructorpuech
2011-07-29Environ: generic equality on named_context replaced by named_context_equalpuech
2011-07-29Evarconv: generic equality on constr replaced by eq_constrpuech
2011-07-29Equality: generic equality on constr replaced by eq_constrpuech
2011-07-29Cases: generic equality on constr replaced by destructorspuech
2011-07-29Tactics: generic equality on constr replaced by eq_constrpuech
2011-07-29Classops: generic equality on constr replaced by eq_constrpuech
2011-07-29Class: generic equality on constr replaced by destructorspuech
2011-07-29Evarutil: generic equality on constr replaced by eq_constr (x2)puech
2011-07-29Equality: generic equality on constr replaced by eq_constrpuech
2011-07-29Tactics: generic equality on constr replaced by eq_constrpuech
2011-07-29Tactics: generic equality on named_declaration replaced by eq_named_declarationpuech
2011-07-29Term: added function eq_named_declarationpuech
2011-07-29Evarutil: generic equality on constr replaced by eq_constrpuech
2011-07-29Tacred: generic equality on constr replaced by eq_constrpuech
2011-07-29Hipattern: two generic equalities on constr spotted & rewrittenpuech
2011-07-29Indtypes: remove useless and wrong generic equality test on constr arraypuech
2011-07-29Term: slight reorganization of the filepuech
2011-07-29Term_typing, Typeops: replace some generic '=' on constr by eq_constrpuech
2011-07-29Term: Refactoring of hashconsingpuech
2011-07-29argument renaming in liftn (match with usual terminology)puech
2011-07-28Ide_slave: same attributes for { } and Focus/Unfocus (fix coqide display)letouzey
2011-07-27Coqide: GEdit.combo is deprecated since Gtk2.4! We now use GEdit.combo_box_en...pboutill
2011-07-27Oversight in revision 14292.pboutill
2011-07-27Typo of bug 2577pboutill
2011-07-26or_introl is now too complicated for basic tests of test-suite/output/PrintIn...pboutill
2011-07-26Partial revert of r14292pboutill
2011-07-26ide/coq_lex.mll: restore the separate parsing of .. (fix #2578)letouzey
2011-07-26Integral domainspottier
2011-07-26Ring2 devient Ncring et la reification par les type classes est partageepottier
2011-07-26All the parameters of Compare are implicits.pboutill
2011-07-26All the parameters of or can be implicits.pboutill
2011-07-26Same Implicit Arguments rule for sumbool and sumor.pboutill
2011-07-25Coqide: fixes and clarifications concerning sentence-terminatorsletouzey
2011-07-22Add a syntax entry for fully applied constructor patternpboutill
2011-07-22Internalization of pattern carries a full intern_envpboutill
2011-07-22Allow custom targets without commands specifiedpboutill
2011-07-22For the beauty of tail recursion, a new list_addnpboutill
2011-07-20Fix typo in coqmktop helpglondu
2011-07-18Fixed a "feature" of "inversion" and "dependent rewrite" revealed byherbelin
2011-07-16This adds two option tables 'Printing Record' and 'Printing Constructor'herbelin
2011-07-16This is exactly the structure needed to handle controlling printingherbelin
2011-07-16This option disables the use of the '{| field := ... |}' notationherbelin
2011-07-16Some facts about functional extensionality (especially alternativeherbelin
2011-07-16More lemmas relating the different equivalent formulations of eq_dep.herbelin
2011-07-16Tentative abbreviation "rew Heq in H" for eq_rect. (feedback welcome)herbelin
2011-07-16Changed name of internally defined "_sym" scheme to avoid confusion with Logi...herbelin
2011-07-16Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...herbelin
2011-07-16Finally, pr_goal seems to work for printing v8.2 style goal in debugger.herbelin
2011-07-16Added a characterization of unique existence.herbelin