Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut Pérami
stdpp
Graph
41b8ca41f2d89652663a32c728fb5ff23346b6f0
Select Git revision
Branches
3
coq-stdpp-1.0
master
default
protected
mraise
Tags
10
coq-stdpp-1.8.0
coq-stdpp-1.7.0
coq-stdpp-1.6.0
coq-stdpp-1.5.0
coq-stdpp-1.4.0
coq-stdpp-1.3.0
coq-stdpp-1.2.1
coq-stdpp-1.2.0
coq-stdpp-1.1.0
coq-stdpp-1.0.0
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Jun
15
11
10
9
8
7
6
5
4
3
2
1
31
May
28
27
26
25
20
19
18
17
13
11
7
6
5
4
3
2
30
Apr
29
23
22
21
20
19
15
14
11
8
31
Mar
23
22
19
15
14
13
12
11
5
24
Feb
18
17
15
12
11
9
1
29
Jan
28
27
23
20
19
17
15
13
11
8
7
4
24
Dec
11
10
9
4
26
Nov
23
20
15
12
11
10
9
2
31
Oct
30
29
28
21
20
15
13
7
6
2
1
29
Sep
16
15
8
3
2
31
Aug
30
28
7
24
Jul
21
17
16
15
14
10
2
1
29
Jun
25
23
19
18
17
15
14
29
May
28
27
26
12
7
6
1
30
Apr
29
23
20
17
16
15
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
25
19
18
17
13
10
9
5
28
Feb
26
25
24
23
20
19
18
17
14
13
11
1
30
Jan
18
17
16
15
13
19
Dec
6
22
Nov
21
11
7
Prove more equivalences for closure operators on relations.
Merge branch 'robbert/misc_map' into 'master'
Add lemmas `merge_empty_l` and `merge_empty_r`.
Add lemma `map_filter_lookup`.
Add lemma `map_fmap_singleton_inv`.
Merge branch 'robbert/head_tail' into 'master'
Add tests for `simpl` on `last`.
Comment about `head` and `tail` notations.
CHANGELOG.
Add lemmas for `head` similar to those for `tail`.
Define `head` as notation that also prints (Coq defines it as `parsing only`).
More properties of `last` function.
Make sure `tail` is not `simpl`ed too much.
Merge branch 'robbert/lookup_merge' into 'master'
Comment about `diag_None`.
Fix `Params` of `from_option` to match with !276.
CHANGELOG.
Drop `DiagNone` precondition of `lookup_merge` rule of `FinMap` interface.
Break some really long lines.
CHANGELOG for !276.
Merge branch 'robbert/map_setoid' into 'master'
Spell out function names in `Proper`s instead of using notations.
Renamed tests/solve_proper.v -> tests/proper.v since it tests more Proper related stuff.
Add lemmas `map_singleton_equiv_inj` and `map_fmap_equiv_inj`.
Add lemma `option_fmap_equiv_inj`.
Add `Proper`s for maps, and generalise existing ones. Add tests to check that the old ones can be derived.
Rename `option_mbind_proper` → `option_bind_proper` and `option_mjoin_proper` → `option_join_proper`.
Add lemma `map_equiv_lookup_r`.
Add lemma `map_equiv_iff`.
File structure tweak.
Organize setoid instances for maps better.
Merge branch 'robbert/set_map_filter' into 'master'
CHANGELOG.
Add lemma `map_cross_split`.
Add lemmas `disjoint_filter_complement` and `filter_union_complement` (analogous to maps).
Add lemma `disjoint_filter` (analogous to maps).
Add `map_disjoint_filter` and `map_union_filter` similar to sets.
Rename `map_disjoint_filter` → `map_disjoint_filter_complement` and `map_union_filter` → `map_filter_union_complement`.
Merge branch 'master' into 'master'
sum_list_with_in
Loading