Markus de Medeiros

Results 19 issues of Markus de Medeiros

[Heap.lean](https://github.com/leanprover-community/iris-lean/blob/master/src/Iris/Std/Heap.lean) contains a general interface for heap and map types. Instantiate this for the Heap types in the Lean standard library (eg. [ExtTreeMap](https://leanprover-community.github.io/mathlib4_docs/Std/Data/ExtTreeMap/Lemmas.html)).

enhancement
good first issue

[Proofmode terms](https://github.com/leanprover-community/iris-lean/blob/db1455fc53d99480bc87698f60e0ba8992e391a3/src/Iris/ProofMode/Patterns/ProofModeTerm.lean#L13) currently use Iris syntax, which specializes terms using a clunky `with` and `$!` for Iris and Lean level variables separately. Is a cleaner syntax possible?

enhancement

Co-authored-by: Zongyuan Liu

wanted: cleanup

Depends on #88

awaiting review

Depends on #90

awaiting review

Depends on #88

awaiting review

Right now, I don't think we can specialize a hypothesis of the form ``` ∗H : P ∗ Q -∗ R ∗HP : P ∗HQ : Q ``` without exiting...

good first issue

Most of our code is not documented. Adding docstrings would help new users get familiar with Iris.

good first issue

The current tactic suite does not include `iApply`. It is currently unclear to me how much from MoSEL needs to be ported to implement this, so this issue might make...

enhancement

Depends on frac and dfrac

enhancement
awaiting review