Skip to content
Draft
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
14 changes: 7 additions & 7 deletions PORTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] `sts.v`
- [ ] CMRA
- [ ] Updates
- [ ] `ufrac.v` (nb. contained in `Frac.lean`)
- [x] `ufrac.v` (nb. in `UFrac.lean`)
- [ ] `updates.v`
- [x] Lemmas
- [x] Updates
Expand All @@ -123,9 +123,9 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] Updates
- [ ] Functors
- [ ] `lib/frac_auth.v`
- [ ] Lemmas
- [ ] Updates
- [ ] Functors
- [x] Lemmas
- [x] Updates
- [x] Functors
- [] `lib/gmap_view.v` (nb. generalized in `HeapView.lean`)
- [x] CMRA
- [x] Updates
Expand All @@ -137,9 +137,9 @@ Some porting tasks will require other tasks as dependencies, the GitHub issues p
- [ ] Functors
- [ ] `lib/mono_nat.v` (nb. generalize to `MonoNumbers.lean`)
- [ ] `lib/ufrac_auth.v`
- [ ] Lemmas
- [ ] Updates
- [ ] Functors
- [x] Lemmas
- [x] Updates
- [x] Functors

## Base Logic
- [x] `base_logic.v`
Expand Down
3 changes: 3 additions & 0 deletions src/Iris/Algebra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import Iris.Algebra.COFESolver
import Iris.Algebra.DFrac
import Iris.Algebra.Excl
import Iris.Algebra.Frac
import Iris.Algebra.FracAuth
import Iris.Algebra.UFrac
import Iris.Algebra.UFracAuth
import Iris.Algebra.GenMap
import Iris.Algebra.LocalUpdates
import Iris.Algebra.IProp
Expand Down
Loading