You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defines "equivalences over", or displayed equivalences, along with three
examples:
- an adjunction is an equivalence iff being invertible is equivalent to
itself over the Hom-equivalence;
- being a symmetric monoidal monad is equivalent to being a symmetric
monad strength over the equivalence between monoidal monads and
commutative monads;
- being a concrete abelian group is equivalent to being an abelian group
over the equivalence between concrete groups and groups.
## Checklist
Before submitting a merge request, please check the items below:
- [X] I've read [the contributing
guidelines](https://github.com/plt-amy/1lab/blob/main/CONTRIBUTING.md).
- [X] The imports of new modules have been sorted with
`support/sort-imports.hs` (or `nix run --experimental-features
nix-command -f . sort-imports`).
- [X] All new code blocks have "agda" as their language.
If your change affects many files without adding substantial content,
and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title
with `chore:`.
0 commit comments