aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-18clear/revert dependent: restrict to hyp(h) instead of ident(h)letouzey
2010-06-18Quick fix for having clenv debug printer working in trunk.herbelin
2010-06-18Hack for fixing bug #2172 (see explanations in file rewrite-2172.v).herbelin
2010-06-18Documentation of clear dependent and revert dependentletouzey
2010-06-18add in test-suite the scripts about fsetdec bugsletouzey
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-16test for bug #2141 (include + extraction)letouzey
2010-06-16MSetInterface: no induction principle about a Record (nicer extraction)letouzey
2010-06-16Extraction: fix the eta reduction function used in code optimisationsletouzey
2010-06-15MSetAVL: for nicer extraction, we create only tree_ind, not tree_rect and tre...letouzey
2010-06-15CHANGE: a word about new commands Compute and Failletouzey
2010-06-15CHANGES: list of modifications for the extractionletouzey
2010-06-15Extraction: in support library, more and nicer big_intletouzey
2010-06-14Update of Extraction documentationletouzey
2010-06-14Fixed commit 13125 (stricter check of induction args): an interpretationherbelin
2010-06-14Alert on the possible incompatibilties with set_add (see bug 2111) whichherbelin
2010-06-14Extraction Implicit: documentationletouzey
2010-06-14Added printing of recursive notations in cases pattern (supported by wish 2248).herbelin
2010-06-13Fixing bug 2295 (omission of option "as" in return clause of "match" was notherbelin
2010-06-13Fixing bug 2300 (ltac pattern-matching returning terms with concrete universes).herbelin
2010-06-13Addressed bug #2320 in v8.2 and v8.3 branches ("refine" problem withherbelin
2010-06-13Fixing definition of set_map (bug report #2111) which was actually alreadyherbelin
2010-06-13Addressed bug #2310 and replaced anomaly "unknown meta" raised by "refine"herbelin
2010-06-13Fixed bug #2314 (inversion using not checking the correctness of its argumentsherbelin
2010-06-13Made intros_until and onInductionArg a bit stricter and robustherbelin
2010-06-13Fixed a bug in pretty-printing "induction" and "destruct" due to aherbelin
2010-06-12Fixed bug #2135 (second-order unification was raising cryptic message)herbelin
2010-06-12Added regression tests for bugs + miscellaneous improvementsherbelin
2010-06-12Applying François' patch fixing grammar of uniform inheritance condition mes...herbelin
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-12Improved the inference of the return predicate in dependent pattern-matching.herbelin
2010-06-12Added rudimentary support for using constructors from the explicitherbelin
2010-06-12Fixed a bug in evarutil.ml (wrong env of a postponed conversion problem).herbelin
2010-06-12Added debugging printer for the idmap used at evar definition time forherbelin
2010-06-11Reverted commit 13110 about headers.sty that I wrongly thought was buggy. Sorry.herbelin
2010-06-11Mainly made that evarconv is able to solve "?n = (fun x => x) ?n" (sic).herbelin
2010-06-10Fixed two bugs in pattern-matching compilationherbelin
2010-06-10Fixed a very old (from V6.3) typo in headers.styherbelin
2010-06-10Extraction Implicits: can accept argument names instead of just positionsletouzey
2010-06-10Fix build with OCaml 3.12glondu
2010-06-09Fixed bug # 2303 in r 13087.msozeau
2010-06-09Tentative fix for bug #2226: put inj_pair2 and eq_dep_eq hints in amsozeau
2010-06-09Fix bug #2317: setoid_rewrite ignored binding lists. Slightlymsozeau
2010-06-09Fix bug #2262: bad implicit argument number by avoiding countingmsozeau
2010-06-09Keep description of Automatic Introduction at only one place of CHANGES.herbelin
2010-06-09Relaxed the freshness constraint in "intro H" (with "H" explicit):herbelin
2010-06-09Allowing to use an ordering different than Lt with measurejforest