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
f763f2274dcd336aeafd040d12c4ba83475279a6
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
21
Mar
20
19
16
15
14
13
12
9
8
7
6
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
16
15
14
13
12
9
8
7
6
3
2
31
Jan
29
27
25
24
23
22
21
20
19
18
16
13
12
11
10
7
3
31
Dec
30
29
23
22
21
20
19
18
15
14
13
12
11
10
8
7
6
5
4
3
2
1
30
Nov
29
28
27
26
24
23
22
21
20
18
16
15
14
verified compatibility with Coq 8.8 (CI coming later)
bump std++; no changes needed
Stop iFrame from introducing modalities
move Frame instances to their own file
split class_instances into BI and SBI instanced
split derived_laws into BI and SBI laws
move general BI things using the proofmode down into lib/
Merge branch 'ralf/intuitionistically' into 'gen_proofmode'
apply Robbert's feedback
FromAffinely instance for intuitionistic modality
teach framing about the intuitionistic modality
add tons of instances for the intuitionistic modality
get rid of 2nd into_persistent_intuitionistically instance
Merge branch 'ralf/valid' into 'gen_proofmode'
update iIntoEmpValid docs
iIntoValid -> iIntoEmpValid
rename valid -> emp_valid
rename affinely_persistently -> intuitionistically; and make it a TC-opaque definition
Fix typo.
Merge branch 'gen_proofmode' of https://gitlab.mpi-sws.org/FP/iris-coq into gen_proofmode
Weaken BI axiom `P ⊢ <pers> emp` into `emp ⊢ <pers> emp`.
rename env_persistent -> env_intuitionistic
make the README less outdated
fix a fluke
typo
no idea why I would think this implies monotonicity...
pers-emp actually just needs `core ε = ε`
Merge branch 'gen_proofmode' of https://gitlab.mpi-sws.org/FP/iris-coq into gen_proofmode
show that persistently is also another fixpoint
Merge branch 'joe/fresh' into 'gen_proofmode'
Reorganize monpred.v and no longer upclose bupd and fupd.
iFresh: document the Ltac trick to force evaluation of the side-effect.
note that forall_2 would be derivable in a classical meta-logic
show that persistently and affinely-persistently are fixpoints of something
Coq future-compat: use qualified name for
iFresh: Force start proof when iFresh is called.
Store a counter in to assign fresh names with .
Add hint for introducing absorbingly.
Prove `<absorb> □ P ⊣⊢ <pers> P` and use it to refactor some stuff.
also test wand
Loading