agda-stdlib
agda-stdlib copied to clipboard
The Agda standard library
Results
382
agda-stdlib issues
Sort by
recently updated
recently updated
newest added
trafficstars
[ refactor ] Fix/rationalise 'legacy' binder names in `Relation.Binary.Definitions` (and elsewhere?)
1
Seeing #2546 made me realise that I personally can no longer tolerate the inconsistency between the use of `x` (in `Reflexive`), `x` and `y` (in `Symmetric`), but `i` `j` and...
library-design
refactoring
breaking
> Have now added revised types for the new lemmas, and note the following: * `++⁺ʳ` now has a type corresponding to the *explicitly* quantified version of `Algebra.Definitions.LeftCongruent` * `++⁺ˡ`...
library-design