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

Get rid of wiredin reflections #2451

Merged
merged 3 commits into from
Nov 29, 2024
Merged

Get rid of wiredin reflections #2451

merged 3 commits into from
Nov 29, 2024

Conversation

facundominguez
Copy link
Collaborator

@facundominguez facundominguez commented Nov 29, 2024

The only wired-in reflected function was composition (.), and it turned out that it can be implemented with assume reflect. Therefore this PR eliminates all the mechanism for wiredin reflects.

This PR also fixes a flaw I found along the way. LH was omitting to add the sorts of imported reflected functions in the fixpoint queries. This only happened when the corresponding Haskell function is not in scope, which can be the case when functions are defined in LHAssumption modules.

@facundominguez facundominguez merged commit b15eb87 into develop Nov 29, 2024
4 checks passed
@facundominguez facundominguez deleted the fd/no-wired-reflects branch November 29, 2024 16:33
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

Successfully merging this pull request may close these issues.

1 participant