Closed
Description
In the signature fmap(walk::AbstractWalk, f, x, ys...)
in the public API, the function f
is ultimately not used. Arguably, since this API does not use f
, it should be deprecated and replaced by something that is not called fmap
(which should be reserved for the special case of an ExcludeWalk
where f
is applied).
However, these changes should be made with caution due to potentially breaking effects. See the body of PR of #61 for some additional info.
Edit: it's possible #32 helps with a lot of this
Metadata
Metadata
Assignees
Labels
No labels