You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, this section could use some examples. For example it states that providing a mapping instead of a callable would result in lambda x: f[x] being used. It took me some time to figure out how to use this just by reading this dry description.
Would you be interested that I complete this page a bit with usage examples?
The text was updated successfully, but these errors were encountered:
Examples will help for sure. I have them in some function docs but not here. Will be grateful if you'll full this in. Maybe something akin to the overview.
I stumbled mentions on extended function semantics and went to this section of the doc: https://funcy.readthedocs.io/en/stable/extended_fns.html#extended-fns
IMHO, this section could use some examples. For example it states that providing a mapping instead of a callable would result in
lambda x: f[x]
being used. It took me some time to figure out how to use this just by reading this dry description.Would you be interested that I complete this page a bit with usage examples?
The text was updated successfully, but these errors were encountered: