index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Structures
/
DecidableType2.v
Age
Commit message (
Expand
)
Author
2010-01-07
Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*
letouzey
2010-01-07
DecidableType2+OrderedType2 : notations in specific Module Type, slicing of O...
letouzey
2010-01-05
Avoid declaring hints about refl/sym/trans of eq in DecidableType2
letouzey
2010-01-04
Specific syntax for Instances in Module Type: Declare Instance
letouzey
2009-12-07
No more specific syntax "Include Self" for inclusion of partially-applied fun...
letouzey
2009-11-18
Module subtyping : allow many <: and module type declaration with <:
letouzey
2009-11-16
New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))
letouzey
2009-11-16
Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxioms
letouzey
2009-11-10
Simplification of Numbers, mainly thanks to Include
letouzey
2009-11-10
DecidableType: A specification via boolean equality as an alternative to eq_dec
letouzey
2009-11-03
OrderedType implementation for various numerical datatypes + min/max structures
letouzey
2009-10-25
Improved the treatment of Local/Global options (noneffective Local on
herbelin
2009-10-20
FSetCompat: a compatibility wrapper between FSets and MSets
letouzey
2009-10-19
Merge SetoidList2 into SetoidList: forgotten reference to the removed file
letouzey
2009-10-13
MSets: a new generation of FSets
letouzey