`fleaves` should take `walk` as optional argument
Open
- Dominant language
- Julia
- Stars
- 123
- Forks
- 18
- Avg merge
- 47m
- Merged PRs (30d)
- 1
Description
The signature should be extended to
```julia
fleaves(f, exclude = Functors.isleaf, walk = Functors.DefaultWalk())
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the fleaves definition and inspect how its current arguments are handled. Extend the signature with the optional walk argument shown in the issue, then verify that fleaves accepts the default walk and preserves existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100