Skip to content

Commit

Permalink
Update anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd34df00d committed Jan 23, 2021
1 parent 48aa6cf commit c0da332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agda/Surface/Theorems/SubstTyping.agda
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var-later-in-Γ-remains {k = suc k} {ι = suc ι} ε (∈-suc {τ = τ} refl τ
| weaken-ε-suc-k k ε
= refl

-- Referred to as typing-substitution in the paper
mutual
sub-Γok : {k} {Γ : Ctx ℓ} {Γ,σ,Δ : Ctx (suc k + ℓ)}
Γ ⊢ ε ⦂ σ
Expand All @@ -100,7 +101,6 @@ mutual
sub-Γok {k = suc _} εδ (prefix-cons Γ-prefix-Γ,σ,Δ) σ-∈ (TCTX-Bind Γ,σ,Δok τδ)
= TCTX-Bind (sub-Γok εδ Γ-prefix-Γ,σ,Δ (∈-chop (∈-sucify σ-∈)) Γ,σ,Δok) (sub-Γ⊢τ εδ Γ-prefix-Γ,σ,Δ (∈-chop (∈-sucify σ-∈)) τδ)

-- Referred to as sub-TWF in the paper
sub-Γ⊢τ : {k} {Γ : Ctx ℓ} {Γ,σ,Δ : Ctx (suc k + ℓ)} {τ : SType (suc k + ℓ)}
Γ ⊢ ε ⦂ σ
Γ prefix-at suc k of Γ,σ,Δ
Expand Down

0 comments on commit c0da332

Please sign in to comment.