Skip to content

Commit

Permalink
cfg_fuse tap
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrem committed Jun 20, 2024
1 parent 054fd20 commit 716f3d0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion DeBruijnSSA/BinSyntax/Syntax/Compose/Region.lean
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,20 @@ def PRwD.lsubst_alpha {Γ : ℕ → ε} {r₀ r₀'}
| cfg_zero β G => by
simp only [lsubst, Subst.liftn_zero]
apply cfg_zero
| _ => sorry
| cfg_fuse β n G k ρ hρ => by
rw [
lsubst_cfg, lsubst_cfg,
lsubst_liftn_lwk_toNatWk,
<-Function.comp.assoc,
Subst.vlift_liftn_comm,
lsubst_liftn_comp_lwk_toNatWk,
Function.comp.assoc
]
apply cast_trg
apply cfg_fuse
exact hρ
rw [Subst.vlift_liftn_comm]
rfl

def PStepD.lsubst_alpha {Γ : ℕ → ε} {r₀ r₀'}
(p : PStepD Γ r₀ r₀') (k) (r₁ : Region φ)
Expand Down

0 comments on commit 716f3d0

Please sign in to comment.