opeltre/fp

Uncurry

Opened this issue · 1 comments

Curryfication works well by inheritance from ArrowMeta with 28bc2da

=> Implement Arrow.uncurry for (recursively) unfolding tgt attribute when tgt = Arrow(B, C) !

Hom.curry should use functools.partial and be renamed to Hom.partial