Skip to content

Abstract interpretation#933

Draft
S41d wants to merge 17 commits intoOCamlPro:mainfrom
S41d:abs_interpretation
Draft

Abstract interpretation#933
S41d wants to merge 17 commits intoOCamlPro:mainfrom
S41d:abs_interpretation

Conversation

@S41d
Copy link
Copy Markdown
Collaborator

@S41d S41d commented Mar 3, 2026

No description provided.

let popped = List.take n stack in
if List.length popped = n then (popped, List.drop n stack)
else Fmt.failwith "not enough values to pop"
end
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess having only abs_stack.ml is enough for now and will prevent this module to become too big in the future

Comment thread src/abs/abs_driver.ml Outdated
@S41d S41d force-pushed the abs_interpretation branch 3 times, most recently from 3cce2a4 to 9268723 Compare March 11, 2026 13:24
@S41d S41d force-pushed the abs_interpretation branch from fb43a0c to 07da402 Compare March 27, 2026 10:02
@S41d S41d force-pushed the abs_interpretation branch from 07da402 to d81b690 Compare March 31, 2026 12:43
@S41d S41d force-pushed the abs_interpretation branch from 8500e50 to 201c6de Compare April 7, 2026 15:23
@S41d S41d force-pushed the abs_interpretation branch from 201c6de to 4c5626f Compare April 7, 2026 15: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