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

feat(BV): Interval domains for bit-vectors #1058

Merged
merged 8 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add documentation
bclement-ocp committed Jun 20, 2024
commit 5000254171506208a549ab7ee2cc12ebb831f1ee
2 changes: 2 additions & 0 deletions src/lib/reasoners/intervals.mli
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@
open Intervals_intf

val map_bound : ('a -> 'b) -> 'a bound -> 'b bound
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add a documentation :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

(** [map_bound f b] applies [f] to a finite (open or closed) bound [b] and
does not change an unbounded bound. *)

(** This module provides implementations of union-of-intervals over reals and
integers. *)