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 enumerate shim #1155

Merged
merged 4 commits into from
Mar 5, 2023
Merged

remove enumerate shim #1155

merged 4 commits into from
Mar 5, 2023

Conversation

rsoeldner
Copy link
Member

No description provided.

@rsoeldner rsoeldner added the FV Formal verification label Mar 1, 2023
@rsoeldner rsoeldner requested review from jwiegley and emilypi March 1, 2023 19:32
_otherwise -> unexpectedNode astNode
case args' of
[start, stop] -> pure $ Some (SList SInteger) $ CoreTerm $ Enumerate start stop (Lit' 1)
[start, stop, step] -> pure $ Some (SList SInteger) $ CoreTerm $ Enumerate start stop step
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elsewhere you say, start, end, step, consistency would make it clear there isn't any different meaning here...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And then other places you say from, to, step. My only suggestion is to use one set of terms throughout.

@rsoeldner rsoeldner merged commit b8636a6 into master Mar 5, 2023
@rsoeldner rsoeldner deleted the rsoeldner/enumerate branch March 5, 2023 20:39
@rsoeldner rsoeldner mentioned this pull request Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FV Formal verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants