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

Remove GHC-specific bits from liquid-fixpoint #668

Open
facundominguez opened this issue Dec 5, 2023 · 0 comments
Open

Remove GHC-specific bits from liquid-fixpoint #668

facundominguez opened this issue Dec 5, 2023 · 0 comments

Comments

@facundominguez
Copy link
Collaborator

facundominguez commented Dec 5, 2023

At the moment the extensionality feature hardcodes the datatype definition of pairs.

Pairs are produced by liquidhaskell, but their definition is not made explicit in the fixpoint queries.

This GHC-specific definition should be removed from liquid-fixpoint (this part is easy).

Then liquidhaskell should define a type of pairs that liquid-fixpoint can handle. This will require some investigation to see if LH has a datatype representation of tuples and if so why it isn't appearing in fixpoint queries.

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