File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
doc/README/Data/Fin/Relation/Unary Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Highlights
99Bug-fixes
1010---------
1111
12+ * Fix a type error in ` README.Data.Fin.Relation.Unary.Top ` within the definition of ` >-weakInduction ` .
13+
1214Non-backwards compatible changes
1315--------------------------------
1416
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ open WF using (Acc; acc)
9494 induct : ∀ {i} → Acc _>_ i → P i
9595 induct {i} (acc rec) with view i
9696 ... | ‵fromℕ = Pₙ
97- ... | ‵inject₁ j = Pᵢ₊₁⇒Pᵢ j (induct (rec _ inject₁[j]+1≤[j+1]))
97+ ... | ‵inject₁ j = Pᵢ₊₁⇒Pᵢ j (induct (rec inject₁[j]+1≤[j+1]))
9898 where
9999 inject₁[j]+1≤[j+1] : suc (toℕ (inject₁ j)) ≤ toℕ (suc j)
100100 inject₁[j]+1≤[j+1] = ≤-reflexive (toℕ-inject₁ (suc j))
You can’t perform that action at this time.
0 commit comments