- May 24, 2020
-
-
Robbert Krebbers authored
-
- Apr 30, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Protocols are no longer contractive in the message - New type `iMsg` for messages to avoid telescopes in protocols - Better rules for subprotocols that do not involve telescopes, but allow introduction and elimination of quantifiers and the payload - Better notations for protocols - Notation ⊑ for subprotocols - Make ⊑ except-0 so one can strip laters when proving a ⊑ - Restore recursive domain equation to push later inwards to support protocols that are not contractive in the mssage. - Proofmode support for easy manipulation of ⊑
-
- Apr 18, 2020
-
-
Robbert Krebbers authored
By moving the later further to the outside, we can kill many occurences of `Next`, and get rid of laters/except_0s at awkward positions. Also we can have a sensible eliminator `proto_elim`.
-
- Apr 02, 2020
-
-
Robbert Krebbers authored
-
- Mar 31, 2020
-
-
Robbert Krebbers authored
-
- Mar 25, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Mar 24, 2020
-
-
Robbert Krebbers authored
-
- Nov 25, 2019
-
-
Robbert Krebbers authored
-
- Nov 13, 2019
-
-
Robbert Krebbers authored
-
- Oct 19, 2019
-
-
Robbert Krebbers authored
-
- Oct 14, 2019
-
-
Jonas Kastberg authored
-
- Oct 12, 2019
-
-
Jonas Kastberg authored
-
jihgfee authored
-
jihgfee authored
Moved Iris specific stuff into a utility file.
-
- Oct 11, 2019
- Jun 25, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Revise telescope setup. - Add append function on protocols. - Add a crappy normalizer for protocols that handles append and dual. - Prove non-expansiveness of tons of operators.
-
- Jun 21, 2019
-
-
Robbert Krebbers authored
- Allow for binders in protocols. - Model protocols in CPS style using the COFE solver. - Change the channel methods so they do not mention sides. - Lots of refactoring. - Generalize the `list_sort` example. - Move stuff to stdpp/Iris.
-