agda / agda-stdlib

The Agda standard library
https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary
Other
561 stars 234 forks source link

`m+[n∸m]≡n` in the wrong section #2384

Closed gallais closed 1 month ago

gallais commented 1 month ago
m+[n∸m]≡n : m ≤ n → m + (n ∸ m) ≡ n

is under the header "Properties of and +" but does not mention _+_.

Taneb commented 1 month ago

...yes it does?

gallais commented 1 month ago

lmao. Too tired by all this marking.