- 03 Jul, 2017 1 commit
-
-
Dan Frumin authored
We are switich away from De Bruijn indices because 1) it's hard to read terms with De Bruijn indices 2) they are making lots of things slower
-
- 06 May, 2017 1 commit
-
-
Dan Frumin authored
And improve the proof of the fundamental property
-
- 03 May, 2017 1 commit
-
-
Dan Frumin authored
-
- 18 Apr, 2017 1 commit
-
-
Dan Frumin authored
-
- 10 Apr, 2017 1 commit
-
-
Dan Frumin authored
A new formulation allows for doing more work inside HOSL. Γ ⊨ e ≤log≤ e' : τ <=> ∀ Δ vvs ρ, spec_ctx ρ -∗ □ ⟦ Γ ⟧* Δ vvs -∗ ⟦ τ ⟧ₑ Δ (e.[env_subst (vvs.*1)], e'.[env_subst (vvs.*2)])
-
- 01 Mar, 2017 1 commit
-
-
Dan Frumin authored
-
- 08 Feb, 2017 1 commit
-
-
Dan Frumin authored
sans examples
-
- 05 Nov, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 04 Nov, 2016 1 commit
-
-
Amin Timany authored
-
- 29 Aug, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 06 Jul, 2016 1 commit
-
-
Amin Timany authored
-
- 05 Jul, 2016 3 commits
-
-
Amin Timany authored
-
Robbert Krebbers authored
-
Amin Timany authored
-
- 02 Jul, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 01 Jul, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 30 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 29 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 26 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 17 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 16 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 15 Jun, 2016 1 commit
-
-
Amin Timany authored
-
- 14 Jun, 2016 1 commit
-
-
Amin Timany authored
-
- 28 May, 2016 1 commit
-
-
Amin Timany authored
-
- 24 May, 2016 1 commit
-
-
Amin Timany authored
-
- 17 May, 2016 1 commit
-
-
Amin Timany authored
We still need to prove the many admitted lemmas in rules_binary module.
-
- 16 May, 2016 2 commits
-
-
Amin Timany authored
The way the binary relation is defined, the binary fundamental lemma simply doesn't hold. I overlooked the fact that we need to enable CAS only for types where equality is checkable.
-
Amin Timany authored
-
- 13 May, 2016 1 commit
-
-
Amin Timany authored
-
- 06 May, 2016 1 commit
-
-
Amin Timany authored
-
- 03 May, 2016 2 commits
-
-
Amin Timany authored
commit 392b7b43 Author: Amin Timany <amintimany@gmail.com> Date: Tue May 3 21:25:10 2016 +0200 Finish using new iris with "proof mode" In Fμ and Fμ_ref we do support reduction under Fold. In fact `Unfold (Fold v)` is reduced to `v` if and only if v is a variable. commit 9825e341 Author: Amin Timany <amintimany@gmail.com> Date: Mon May 2 20:35:57 2016 +0200 Prove fundamental lemma of stlc is proven Change the Fμ to make the operational semantics reduce under Fold. Fundamental lemma for Fμ is partially proven (up to App).
-
Amin Timany authored
In Fμ and Fμ_ref we do support reduction under Fold. In fact `Unfold (Fold v)` is reduced to `v` if and only if v is a variable.
-
- 23 Mar, 2016 1 commit
-
-
Amin Timany authored
- ownI_proper for inv - later_contractive for later_ne anymore. Instead we use (contractive_proper _) and (contractive_ne _). Instead we can use (contractive)
-
- 12 Mar, 2016 3 commits
-
-
Amin Timany authored
-
Amin Timany authored
-
Amin Timany authored
-