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

Functional axioms #10

Open
justinlubin opened this issue Jun 28, 2020 · 0 comments
Open

Functional axioms #10

justinlubin opened this issue Jun 28, 2020 · 0 comments
Labels
research This issue is a research problem

Comments

@justinlubin
Copy link
Collaborator

Systems such as λ2 have special built-in axioms for particular functions that greatly aid their synthesis search (for example, the axiom that map g . map f == map (g . f)). It may be possible to encode these rules as special "introduction forms" for these functions so that examples can be refined according to these axioms, speeding up the synthesis procedure for functions that rely on these general-purpose combinators by taking work done by raw term enumeration (which is just "guessing") and giving it to type-and-example-directed refinement.

@justinlubin justinlubin added the research This issue is a research problem label Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research This issue is a research problem
Projects
None yet
Development

No branches or pull requests

1 participant