-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Do you consider inverses to two-argument Julia Base functions in scope of this package? For example:
inverse(f::Base.Fix1{typeof(+)}) = Base.Fix2(-, f.x)
inverse(f::Base.Fix1{typeof(^)}) = Base.Fix1(log, f.x)
# and so on
Originally, this came up in JuliaObjects/Accessors.jl#46, but can be useful elsewhere as well.
Metadata
Metadata
Assignees
Labels
No labels