index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Vectors
/
VectorDef.v
Age
Commit message (
Expand
)
Author
2020-11-16
Explicitly annotate all hint declarations of the standard library.
Pierre-Marie Pédrot
2020-10-11
Modify Vectors/VectorDef.v to compile with -mangle-names
Jasper Hugunin
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-09-01
edits per review
Yishuai Li
2019-09-01
Vectors: lemmas about uncons and splitAt
Yishuai Li
2019-06-20
Fix coqdoc title: should be on a single line.
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2018-12-19
Put #[universes(template)] on all auto template spots in stdlib
Gaëtan Gilbert
2018-11-14
Deprecate hint declaration/removal with no specified database
Maxime Dénès
2018-10-17
Strings: add ByteVector
Yishuai Li
2018-09-10
Adapting standard library to the introduction of "Declare Scope".
Hugo Herbelin
2018-07-30
Vector: expose ++ to user
Yishuai Li
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-02
Remove VOld compatibility flag.
Théo Zimmermann
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-03-30
Added take to VectorDef.
George Stelle
2016-09-29
Move vector/list compat notations to their relevant files
Jason Gross
2016-09-26
Remove spaces from around vector notations
Jason Gross
2016-09-26
Fix bug #4785 (use [ ] for vector nil)
Jason Gross
2016-04-25
Fixing bug #4684: Singleton list notation unusable in 8.5pl1.
Pierre-Marie Pédrot
2014-07-22
Simplified rect2, it turns out Arthur's trick was not required.
Maxime Dénès
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2013-03-25
Normalized type for Vector.map2
pboutill
2013-02-25
cbn friendly VectorDef
pboutill
2013-01-18
Unset Asymmetric Patterns
pboutill
2012-05-25
Bugs revealed by playing with contribs
pboutill
2012-05-11
Vectors takes advantage of pattern matching compiler fixup
pboutill
2012-02-29
Vector: missing injection lemmas and better impossible branches
pboutill
2011-12-07
Vectors use a bit more the pattern matching compiler
pboutill
2011-11-21
VectorDef.v takes benefit of dependencies being taken into account
herbelin
2011-08-10
Less ambitious application of a notation for eq_rect. We proposed
herbelin
2011-08-08
New proposition "rewrite Heq in H" for eq_rect (assuming that there is
herbelin
2011-07-16
Tentative abbreviation "rew Heq in H" for eq_rect. (feedback welcome)
herbelin
2011-05-03
As many notation for for vectors as for List.
pboutill
2011-03-23
- Fix solve_simpl_eqn which was cheking instances types in the wrong environm...
msozeau
2011-03-11
Inference of match predicate produces ill-typed unification problem,
msozeau
2011-02-10
Vectors fully use implicit arguments
pboutill
2011-02-10
Fixpoints are traverse during implicits arguments search to toplevel
pboutill
2011-02-10
Interp a definition with the implicit arguments of its local context
pboutill
2011-02-10
local variables can have implicits locally
pboutill
2011-02-10
Data structure telling implicits of local variables is a map in the
pboutill
2010-12-10
First release of Vector library.
pboutill