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

Change symbol for ChainedFunction #36

Closed
mastrof opened this issue May 8, 2023 · 1 comment · Fixed by #63
Closed

Change symbol for ChainedFunction #36

mastrof opened this issue May 8, 2023 · 1 comment · Fixed by #63
Labels
breaking Breaking change

Comments

@mastrof
Copy link
Owner

mastrof commented May 8, 2023

(f) = f
(f,g) = ChainedFunction(f,g)
(f, g, h...) = (fg, h...)

The arrow operator is very confusing. Better to just use ChainedFunction

@mastrof mastrof added the breaking Breaking change label May 8, 2023
@mastrof
Copy link
Owner Author

mastrof commented Dec 27, 2023

Will be removed instead of modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant