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

Add support for closing with dependent lambdas on types #179

Open
umazalakain opened this issue May 28, 2021 · 0 comments
Open

Add support for closing with dependent lambdas on types #179

umazalakain opened this issue May 28, 2021 · 0 comments

Comments

@umazalakain
Copy link
Contributor

umazalakain commented May 28, 2021

We might want to allow dependent lambdas binding types in the future, changing to a data type identifiers seems like a hack we should get rid of.
Initially things blew up because some traversal paths for dependent lambdas on type identifiers were missing, once I added those the trouble seemed to be with the fission tests in the fissionFussion suite and the simple fusion test in the traversals suite: they use mapLastFission, which only works on data types, weakening this condition breaks inference on the rewritten term.
Originally posted by @Bastacyclop in #176 (comment)

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