Refactor simuliris ghost state
2 unresolved threads
2 unresolved threads
Change ghost state to use the lamba-rust ghost state.
Edited by Michael Sammler
Merge request reports
Activity
added 2 commits
44 44 Qed. 45 45 46 46 Lemma test_free l l2 π : 47 l ↦t #42 -∗ l2 ↦s #1337 -∗ l ==>t 1 -∗ l2 ==>s 1 -∗ 47 l ↦t #42 -∗ l2 ↦s #1337 -∗ l ==>t Some 1 -∗ l2 ==>s Some 1 -∗ Could we maybe also have some notation that does not require the
Some
? It seems quite uncommon to explicitly state theNone
(though it seems to be very convenient to have this notation with options for the setup of the ghost state). Maybe~~>t
and~~>s
?Edited by Lennard GäherYes, it might be nice to have some better notations. But using different kinds of arrows for all ghost state seems a bit weird to me. How about something closer to what RustBelt uses? E.g. something like the following?
† l … n := freeable l (Some n) † l …? n := freeable l n † l … - := freeable l None
Edited by Michael Sammlerchanged this line in version 4 of the diff
mentioned in commit be46711f
Please register or sign in to reply