Skip to content

Abstract interpretation#933

Draft
S41d wants to merge 25 commits into
OCamlPro:mainfrom
S41d:abs_interpretation
Draft

Abstract interpretation#933
S41d wants to merge 25 commits into
OCamlPro:mainfrom
S41d:abs_interpretation

Conversation

@S41d
Copy link
Copy Markdown
Collaborator

@S41d S41d commented Mar 3, 2026

No description provided.

Comment thread src/abs/abs_datastructures.ml Outdated
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 2 times, most recently from 07da402 to d81b690 Compare March 31, 2026 12:43
@S41d S41d force-pushed the abs_interpretation branch 2 times, most recently from 201c6de to 4c5626f Compare April 7, 2026 15:24
@S41d S41d force-pushed the abs_interpretation branch 3 times, most recently from db56943 to 741e592 Compare April 28, 2026 09:18
@S41d S41d force-pushed the abs_interpretation branch from e8972e1 to acf3167 Compare May 11, 2026 11:58
@S41d S41d force-pushed the abs_interpretation branch from acf3167 to d691b57 Compare May 11, 2026 13:30
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