Join Nostr
2025-12-25 14:10:25 UTC

Bartosz Milewski on Nostr: The latest cubical Agda repository has this definition: record Iso {ℓ ℓ'} (A : ...

The latest cubical Agda repository has this definition:
record Iso {ℓ ℓ'} (A : Type ℓ) (B : Type ℓ')
...
sec : section fun inv
ret : retract fun inv
but the paper I'm reading uses
leftInv
rightInv
instead. Chat GPT insists that the "modern" library uses the latter, but I can't seem to find it. I'm using
https://github.com/agda/cubical