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
9
9
Bug-fixes
10
10
---------
11
11
12
+ * Fix a type error in ` README.Data.Fin.Relation.Unary.Top ` within the definition of ` >-weakInduction ` .
13
+
12
14
Non-backwards compatible changes
13
15
--------------------------------
14
16
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ open WF using (Acc; acc)
94
94
induct : ∀ {i} → Acc _>_ i → P i
95
95
induct {i} (acc rec) with view i
96
96
... | ‵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]))
98
98
where
99
99
inject₁[j]+1≤[j+1] : suc (toℕ (inject₁ j)) ≤ toℕ (suc j)
100
100
inject₁[j]+1≤[j+1] = ≤-reflexive (toℕ-inject₁ (suc j))
You can’t perform that action at this time.
0 commit comments