Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

remove enumerate shim#1155

Merged
rsoeldner merged 4 commits intomasterfrom
rsoeldner/enumerate
Mar 5, 2023
Merged

remove enumerate shim#1155
rsoeldner merged 4 commits intomasterfrom
rsoeldner/enumerate

Conversation

@rsoeldner
Copy link
Copy Markdown
Member

No description provided.

@rsoeldner rsoeldner added the FV Formal verification label Mar 1, 2023
@rsoeldner rsoeldner requested review from emilypi and jwiegley 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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

FV Formal verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants