Skip to content

Commit

Permalink
feat: reexport reduce (#141)
Browse files Browse the repository at this point in the history
we already do this for partial, not having reduce is a pain
  • Loading branch information
iloveitaly committed Dec 13, 2023
1 parent f9e3417 commit bbc2496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion funcy/funcs.py
Expand Up @@ -7,7 +7,9 @@


__all__ = ['identity', 'constantly', 'caller',
'partial', 'rpartial', 'func_partial',
# reexport functools for convenience
'reduce', 'partial',
'rpartial', 'func_partial',
'curry', 'rcurry', 'autocurry',
'iffy',
'compose', 'rcompose', 'complement', 'juxt', 'ljuxt']
Expand Down

0 comments on commit bbc2496

Please sign in to comment.