agda / agda-stdlib

The Agda standard library

Home Page:https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing reexports in function bundles

Taneb opened this issue · comments

I've noticed:

LeftInverse, RightInverse, and Inverse don't reexport toFunction and fromFunction from Equivalence.
Inverse doesn't reexport or redefine equivalence from LeftInverse or RightInverse.

V2.0.1?

I've found toFunction and fromFunction for Inverse in Function.Properties.Inverse. But I agree that this is inconsistent with what is done in Equivalence which defines them locally.