Commit 172b071
authored
ordinal(buchholz): fix Slice 2-bplus — explicit implicit on ≤′-refl (#134)
Single-line fix to Slice 2-bplus's `ω-rank-pow-mono-≤Ω` — the ω≤ω
case used `≤′-refl` without an explicit `{α}` annotation, leaving
the implicit unconstrained. Fix: `≤′-refl {ω-rank-pow ω}`.
Surfaced after installing agda 2.6.3 + stdlib v2.3 locally in the
container. Original PR #133 had merged unverified because the
container had no agda binary AND GitHub Actions quota was exhausted
(CI checks stuck in "queued" indefinitely).
`agda -i proofs/agda proofs/agda/All.agda` exits 0 with this fix.
Admin-merged before CI green (quota issue ongoing).1 parent 647d360 commit 172b071
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments