index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
theories
/
MSets
/
MSetList.v
Commit message (
Expand
)
Author
Age
*
Fix some documentation typos.
Guillaume Melquiond
2016-11-24
*
Revert "Temporary hack to compensate missing comma while re-printing tactic"
Hugo Herbelin
2016-04-27
*
Temporary hack to compensate missing comma while re-printing tactic
Hugo Herbelin
2016-04-27
*
Try a new way of handling template universe levels
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Change Hint Resolve, Immediate to take a global reference as argument
msozeau
2012-10-26
*
induction/destruct : nicer syntax for generating equations (solves #2741)
letouzey
2012-07-09
*
Made notations for exists, exists! and notations of Utf8.v recursive notations
herbelin
2010-07-22
*
Made option "Automatic Introduction" active by default before too many
herbelin
2010-06-08
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
Change definition of FSetList so that equality is Leibniz
glondu
2010-04-09
*
CompSpecType, a clone of CompSpec but in Type instead of Prop
letouzey
2010-02-12
*
MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu)
letouzey
2010-01-12
*
Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*
letouzey
2010-01-07
*
Avoid declaring hints about refl/sym/trans of eq in DecidableType2
letouzey
2010-01-05
*
Fix [Instance: forall ..., C args := t] declarations to behave as
msozeau
2009-11-15
*
Use generalizable variables info when internalizing arbitrary bindings,
msozeau
2009-11-08
*
Better visibility of the inductive CompSpec used to specify comparison functions
letouzey
2009-11-03
*
OrderedType implementation for various numerical datatypes + min/max structures
letouzey
2009-11-03
*
Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSet...
letouzey
2009-10-16
*
OrderedType2.order is slightly weaker since last commit, adapt accordingly
letouzey
2009-10-15
*
MSets: a new generation of FSets
letouzey
2009-10-13