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

Function inverter #71

Open
sfultong opened this issue Jun 30, 2021 · 1 comment
Open

Function inverter #71

sfultong opened this issue Jun 30, 2021 · 1 comment

Comments

@sfultong
Copy link
Collaborator

Given an IExpr representing a function, we should have a way to make the inverse function. It's ok if the result is a partial function, or if one possible function is chosen from many.

If implemented, this issue unlocks pattern matching with arbitrary functions.

@sfultong
Copy link
Collaborator Author

Since this involves partial functions, it will have to be run on a grammar that includes abort (I.E. not IExpr)

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