Skip to content

Commit c08be55

Browse files
Removed rewrite that did nothing.
1 parent 69ccdab commit c08be55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plfa/part3/Soundness.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ subst-reflect-var {Γ}{Δ}{γ}{x}{v}{σ} xv
394394
const-env-ok : γ `⊢ σ ↓ const-env x v
395395
const-env-ok y with x var≟ y
396396
... | yes x≡y rewrite sym x≡y | same-const-env {Γ}{x}{v} = xv
397-
... | no x≢y rewrite diff-const-env {Γ}{x}{y}{v} x≢y = ⊥-intro
397+
... | no x≢y = ⊥-intro
398398
```
399399

400400

0 commit comments

Comments
 (0)