lisa.utils.curry#

lisa.utils.curry(f)[source]#

Currify the given function such that f(x, y) == curry(f)(x)(y)