aboutsummaryrefslogtreecommitdiff
path: root/theories/MSets/MSetInterface.v
AgeCommit message (Expand)Author
2020-11-16Explicitly annotate all hint declarations of the standard library.Pierre-Marie Pédrot
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
2019-05-23Fixing typos - Part 3JPR
2019-03-30Error when [foo.(bar)] is used with nonprojection [bar]Gaëtan Gilbert
2018-12-19Put #[universes(template)] on all auto template spots in stdlibGaëtan Gilbert
2018-11-14Deprecate hint declaration/removal with no specified databaseMaxime Dénès
2018-02-27Update headers following #6543.Théo Zimmermann
2016-06-16Typeclasses: stdlib fixes for new search algorithmMatthieu Sozeau
2014-05-09Restore implicit arguments of irreflexivity (fixes bug #3305).Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2013-07-17"Boolean Equality" and "Case Analysis" are already off by default...letouzey
2012-07-09induction/destruct : nicer syntax for generating equations (solves #2741)letouzey
2011-11-21theories/, plugins/ and test-suite/ ported to the Arguments vernaculargareuselesinge
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2010-07-05FSets/Msets: some renaming of module params to simplify the task of the extra...letouzey
2010-06-16MSetInterface: no induction principle about a Record (nicer extraction)letouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-02-12CompSpecType, a clone of CompSpec but in Type instead of Propletouzey
2010-01-12MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu)letouzey
2010-01-07Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*letouzey
2010-01-07Include can accept both Module and Module Typeletouzey
2010-01-07MSetInterface: more modularityletouzey
2010-01-05Avoid declaring hints about refl/sym/trans of eq in DecidableType2letouzey
2010-01-04Specific syntax for Instances in Module Type: Declare Instanceletouzey
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-08Use generalizable variables info when internalizing arbitrary bindings,msozeau
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-10-21MSetInterface: some explicit types to avoid Raw.t-instead-of-t effectletouzey
2009-10-16Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSet...letouzey
2009-10-15MSetInterface: (W)Raw2Sets splitted in 2 (helps a future commit by Elie)letouzey
2009-10-15OrderedType2.order is slightly weaker since last commit, adapt accordinglyletouzey
2009-10-13MSets: a new generation of FSetsletouzey