Skip to content

Commit 37eaba9

Browse files
Making PLFA compatible with agda-2.8.0 and stdlib-2.3.0 (#1122)
Removed rewrite that did nothing as Agda now warns about that. That was it, everything else worked as is.
1 parent d644ab9 commit 37eaba9

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)