Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions PORTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] CMRA
- [ ] Updates
- [ ] Functors
- [ ] `big_op.v`
- TBD (Zongyuan?)
- [x] `big_op.v`
- [x] `bigOpL`, `bigOpM` definitions and lemmas
- [ ] `cmra.v`
- [x] Lemmas
- [ ] Total CMRA construction
Expand Down Expand Up @@ -72,7 +72,7 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] `max_prefix_list.v`
- [ ] Lemmas
- [ ] Functors
- [ ] `monoid.v`
- [x] `monoid.v`
- [ ] `mra.v`
- [x] `numbers.v`
- [ ] `ofe.v`
Expand Down Expand Up @@ -199,7 +199,8 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] `algebra.v`
- `ascii.v`
- [x] `bi.v`
- [ ] `big_op.v`
- [x] `big_op.v`
- [x] `big_sepL`, `big_sepM` definitions and lemmas
- [ ] `cmra.v`
- [x] `derived_connectives.v`
- [ ] `derived_laws.v`
Expand Down
2 changes: 2 additions & 0 deletions src/Iris/Algebra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ import Iris.Algebra.UPred
import Iris.Algebra.Heap
import Iris.Algebra.View
import Iris.Algebra.HeapView
import Iris.Algebra.Monoid
import Iris.Algebra.BigOp
Loading