Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to concat multiple functions to one? #82

Open
daleydeng opened this issue Feb 13, 2017 · 0 comments
Open

How to concat multiple functions to one? #82

daleydeng opened this issue Feb 13, 2017 · 0 comments

Comments

@daleydeng
Copy link

Could fn.py do something like this functional concatenation?
def f1(a):
return a
def f2(b):
return b

def f3(a, b):
return a+b

([f1, f2] >> f3) (3, 2) = 5

@daleydeng daleydeng changed the title How to concat multiple function to one? How to concat multiple functions to one? Feb 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant