fn.py
fn.py copied to clipboard
Nomenclature of `curry' in `op.py'
op.py: def curry(f, arg, *rest):
Is it more appropriate to call it uncurry?
Sure, you're right. Firstly this function was declared for this point in road-map:
Curried function builder to simplify
lambda arg1: lambda arg2:
I'll fix curry/uncurry inconsistency when work on fn.op enhancements. Thanks for reminder!