Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Gaëtan Gilbert
Iris
Graph
ee15994e1b2763805ff38a4e2eb7fdbbda48b8b1
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Nov
21
20
19
18
17
16
15
10
9
8
7
6
5
4
3
2
1
31
Oct
30
28
27
26
25
22
21
18
17
16
15
14
13
12
10
9
7
6
5
4
3
2
28
Sep
27
21
20
19
15
14
13
12
9
8
7
6
5
4
3
2
1
31
Aug
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
14
11
10
9
8
6
5
4
2
1
28
Jul
27
26
25
23
22
21
20
19
use OFEs instead of COFEs everywhere
avoid leaving empty Makefile.coq if coq_makefile fails
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/iris-coq
Makefile: make clean clean properly
Comment on commit 44cfd7d3.
Patch naive_solver to deal with Coq bug #2901.
Function to convert a multiset into a gset.
prove fmap_Some_setoid
make done and fast_done more consistent in behavior
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
More properties and set_solver for filter.
Rename pure_equiv -> pure_True.
simplify proof of step_fupd_mask_mono
Move the defs of set_Forall and set_Exists out of the section.
More generic definition of minimal that also for for anti-symmetric relations.
Big op over set union.
More type class opacity for multisets.
Add some missing Proper instances on big ops.
A generic filter operation on finite collections.
Prove f <$> to_gmap x X = to_gmap (f x) X.
Show that ⊆ on multisets is decidable.
Prove to_gmap y (dom _ m) = const y <$> m.
Write boxes lemmas with universally quantified mask.
Remove unused parameters from some boxes lemmas.
More big op lemmas.
Support ■ (∀ _, _) and ■ (_ → _) in iIntros.
Prove (■ φ → P) ⊣⊢ (∀ _ : φ, P).
Minimal elements in a set.
Multiset big ops on uPred.
Homomorphism properties for big ops on multisets.
More multiset properties.
And also a variant when having to mapstos.
Show that the fraction of a mapsto is valid.
Also treat 009-013 as whitespace in the intro patterns parsers.
Make own_valid_[n] and own_update_[n] curried.
More big_opMS lemmas.
Existentials commute with disjunction.
Show that gmultiset is a simple collection.
Add nclose N ⊆ E → nclose (N .@ x) ⊆ E to ndisj hints.
Don't use Let outside of a section
Loading