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

First Class Functions #89

Open
Checkmate50 opened this issue Apr 8, 2020 · 0 comments
Open

First Class Functions #89

Checkmate50 opened this issue Apr 8, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Checkmate50
Copy link
Contributor

To support TypeScript, it would be helpful to upgrade our functions to first-class so they can be passed as function arguments. Types of functions should probably be a->b or fun<a, b> depending on how fancy we want to be. Types should be infer-able and follow the subtyping structure of the usual FL functions (a < a', b' < b => a->b < a'->b').

@Checkmate50 Checkmate50 added the enhancement New feature or request label Apr 8, 2020
@Checkmate50 Checkmate50 added the help wanted Extra attention is needed label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant