Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Sep 11, 2024
1 parent 9cd5481 commit 2989ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theories/iSL/PropQuantifiers.v
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ assert(Ho' : pointed_env_order_refl (elements Γ ++ simp_env Δ, ϕ) (elements
assert(Hind' := λ Γ0 Δ0 ψ Ho, Hind (elements Γ0 ++ Δ0, ψ) (env_order_lt_le_trans _ _ _ Ho Ho') _ _ _ eq_refl). simpl in Hind'. clear Ho'.
clear Hind. rename Hind' into Hind.
rewrite <- E_simp_env, <- A_simp_env.
(simp_env_equiv_env Δ).1 Hp
assert(Hp' := equiv_env_L1 Γ _ _ _ (symmetric_equiv_env _ _ (simp_env_equiv_env Δ)) Hp).
remember (simp_env Δ) as Δ'. clear Hp.
rename Hp' into Hp.
Expand Down

0 comments on commit 2989ca9

Please sign in to comment.