aboutsummaryrefslogtreecommitdiff
path: root/theories/MSets
AgeCommit message (Expand)Author
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-07MSetAVL: hints made local since some of them are quite violent (transitivity)letouzey
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-12-09Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...letouzey
2009-12-08integrate MSetToFiniteSet into the compilation (and fix it)letouzey
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-15Fix [Instance: forall ..., C args := t] declarations to behave asmsozeau
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-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-10-21MSetInterface: some explicit types to avoid Raw.t-instead-of-t effectletouzey
2009-10-16OrderedType2 : trivial lemmas are turned into tests for order.letouzey
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