aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes/SetoidClass.v
AgeCommit message (Expand)Author
2021-01-08Modify Classes/SetoidClass.v to compile with -mangle-namesJasper Hugunin
2020-03-18Update headers in the whole code base.Théo Zimmermann
2019-08-26Make kernel parametric on the lowest universe and fix #9294Matthieu Sozeau
2019-06-17Update ml-style headers to new year.Théo Zimmermann
2018-12-19Put #[universes(template)] on all auto template spots in stdlibGaëtan Gilbert
2018-02-27Update headers following #6543.Théo Zimmermann
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2015-01-12Update headers.Maxime Dénès
2012-08-08Updating headers.herbelin
2011-10-18Fix bug #2586 and enhance clsubst* as well as a side effectmsozeau
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-02-11Cleanup in Classes, removing unsupported code.msozeau
2009-12-03Rename proper to proper_prf to avoid clash with CoRN, msozeau
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-09-28Fix the stdlib doc compilation + switch all .v file to utf8letouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-15Stop using [obligation_tactic] from Program.Tactics as the defaultmsozeau
2009-04-21Rename [Morphism] into [Proper] and [respect] into [proper] to complymsozeau
2009-04-16Better Requires in Classes. Fix bug #2093: the code does not requiremsozeau
2009-01-18Last changes in type class syntax: msozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-09-14Add user syntax for creating hint databases [Create HintDb foomsozeau
2008-09-14Use manual implicts in Classes and rationalize class parameter names.msozeau
2008-09-13Remove redefinition of id in Program.Basics, just add maximal implicits.msozeau
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-22Rename obligations_tactic to obligation_tactic and fix bugs #1893.msozeau
2008-06-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-04-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
2008-03-27Various fixes on typeclasses:msozeau
2008-03-25Interpret patterns for hypotheses types in match goal in type_scope (if not amsozeau
2008-03-22Compatibility fixes, backtrack on definitions of reflexive,msozeau
2008-03-19Do another pass on the typeclasses code. Correct globalization of classmsozeau
2008-03-17Add the possibility of specifying constants to unfold for typeclassmsozeau
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-16Using the "relation" constant made some unifications fail in the newmsozeau
2008-03-16Reorganize Program and Classes theories. Requiring Setoid no longer setsmsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-28Do not open type_scope in SetoidClass.msozeau
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
2008-02-09Fix the clrewrite tactic, change Relations.v to work on relations in Propmsozeau
2008-02-06New algorithm to resolve morphisms, after discussion with Nicolasmsozeau
2008-02-03Add new files theories/Program/Basics.v and theories/Classes/Relations.vmsozeau
2008-01-31Debug implementation of dependent induction/dependent destruction and documen...msozeau
2008-01-30Support for occurences and 'in' in class_setoid, work on corresponding tactic...msozeau