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

Out-of-order partial application #26

Open
robrix opened this issue Feb 1, 2015 · 0 comments
Open

Out-of-order partial application #26

robrix opened this issue Feb 1, 2015 · 0 comments

Comments

@robrix
Copy link
Contributor

robrix commented Feb 1, 2015

A function A → B → C → D can currently be applied to:

  • ()A → B → C → D
  • (A)B → C → D
  • (A, B)C → D
  • (A, B, C)D

Since the parameter edges are indexed, we can add out-of-order application forms:

  • (A, C)B → D
  • (B)A → C → D
  • (B, C)A → D
  • (C)A → B → D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant