Skip to content

feat: give all next calls a label#61

Merged
croyzor merged 5 commits intomainfrom
holes-drive-bys
Dec 3, 2024
Merged

feat: give all next calls a label#61
croyzor merged 5 commits intomainfrom
holes-drive-bys

Conversation

@croyzor
Copy link
Collaborator

@croyzor croyzor commented Dec 3, 2024

And other drive-by fixes pulled out from #59

@croyzor croyzor requested a review from acl-cqc December 3, 2024 09:43
Copy link
Collaborator

@acl-cqc acl-cqc left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! A few suggestions but go ahead :)

@@ -724,7 +724,7 @@ checkBody fnName body cty = do
NoLhs tm -> pure (tm, (fcOf tm, fcOf tm))
Clauses (c :| cs) -> do
Copy link
Collaborator

Choose a reason for hiding this comment

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

To give a bit more of a clue what's going on, consider

Suggested change
Clauses (c :| cs) -> do
Clauses (c@(abs,tm) :| cs) -> do
fc <- req AskFC
pure (WC fc (Lambda c cs), (fcOf abs, fcOf tm) c)

croyzor and others added 4 commits December 3, 2024 10:42
Co-authored-by: Alan Lawrence <alan.lawrence@quantinuum.com>
Co-authored-by: Alan Lawrence <alan.lawrence@quantinuum.com>
Co-authored-by: Alan Lawrence <alan.lawrence@quantinuum.com>
@croyzor croyzor merged commit 9bad538 into main Dec 3, 2024
@croyzor croyzor deleted the holes-drive-bys branch December 3, 2024 13:24
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.

2 participants