aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-04Removed 'Toplevel' language from extraction documentation, since it is not cu...gmelquio
2009-11-03Report de la révision #12208 de la v8.2 (correction du bug #2126)notin
2009-11-03Removed debugging stuff mistakenly introduced in r12426.herbelin
2009-11-03Numbers: start using Classes stuff, Equivalence, Proper, Instance, etcletouzey
2009-11-03ROrderedType + Rminmax : Coq's Reals can be seen as OrderedType.letouzey
2009-11-03Better visibility of the inductive CompSpec used to specify comparison functionsletouzey
2009-11-03OrderedType implementation for various numerical datatypes + min/max structuresletouzey
2009-11-02Reverted an incorrect code simplification in function status_changedherbelin
2009-11-02List + SetoidList : some cleanup around predicates Exists, Forall, Forall2, F...letouzey
2009-11-02Remove various useless {struct} annotationsletouzey
2009-11-02Added alternate versions of existing lemmas on sqrt.gmelquio
2009-11-02Correction du bug #2175notin
2009-11-02Sorting/Permutation: no need to require the whole Arith (and hence plugins li...letouzey
2009-11-02Operators_Properties: avoid to depend on Setoidletouzey
2009-11-02list, length, app are migrated from List to Datatypesletouzey
2009-10-30Undo 12432 which caused an exponential behavior at Requires. Compilation time...puech
2009-10-30Attempt to capture on time unification errors for "with" bindings.herbelin
2009-10-30Take constraints into account in the "instantiate" tacticherbelin
2009-10-30Added Coqide highlighting for extraction vernacular.gmelquio
2009-10-30Removed 'dest' from keyword highlighting.gmelquio
2009-10-29Hopefully improved layout of fix guardness error message.herbelin
2009-10-29Fix flat_map definition so that it plays nicely with fixglondu
2009-10-29Fixed some typos in the reference manual.gmelquio
2009-10-29Revision 12439 continued, printing part (notations to names behaveherbelin
2009-10-29Fix bug in dnet.ml, which missed some results when filtering one term against...puech
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Made that notations to names behave like the names they refer to wrtherbelin
2009-10-28Fixed a bug when reporting unexisting reference to an inductiveherbelin
2009-10-28Clarification in commentsglondu
2009-10-28Remove old compatibility stuff (Tacred.nf)glondu
2009-10-28Make usage of Dyn explicitglondu
2009-10-28Backport fix for indexing of sorts which collapse every Type occurrencemsozeau
2009-10-28Typo in the refmanpuech
2009-10-28Fix incorrect registration of objects in libtypes.ml when defining a module.puech
2009-10-28Same as commit 12430 but with the good version of the function iter_all_segmentsoubiran
2009-10-28From now SearchAbout requests search also inside INCLUDE libobject.soubiran
2009-10-28Module type expressions of the form (Fsig X) with Definition foo := bar are n...soubiran
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-10-27Fixes around typeclasses:msozeau
2009-10-27Added option --external to coqdoc to bind an url to an external library.herbelin
2009-10-27Documentation of the Local and Global modifiers.herbelin
2009-10-27fix previous commitcorbinea
2009-10-27fixed czar bug with parametric inductivescorbinea
2009-10-26Fix Setoid documentation.msozeau
2009-10-26Local/Global revision 12418 continuedherbelin
2009-10-26Adapted test unfold.v after eq gets its argument maximally insertedherbelin
2009-10-26New cleaning phase of the Local/Global option managementherbelin
2009-10-26New functors for gmap and gset.soubiran
2009-10-25Restore (and test) broken chaining of lemmas in "apply in" in presenceherbelin
2009-10-25fixed bug in Czar grammarcorbinea