Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
CopperCableIsolator committed Nov 28, 2024
1 parent 70dbf4d commit 215b25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdomains/affineEquality/vector.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ sig

val insert_val_at: int -> num -> t -> t

val map_preserve_zero: ((int * num) -> (int * num)) -> t -> t
val map2_preserve_zero: ((int * num) -> (int * num) -> (int * num)) -> t -> t -> t
val map_preserve_zero: (num -> num) -> t -> t
val map2_preserve_zero: (num -> num -> num) -> t -> t -> t
val apply_with_c: (num -> num -> num) -> num -> t -> t

val apply_with_c_with: (num -> num -> num) -> num -> t -> unit
Expand Down

0 comments on commit 215b25e

Please sign in to comment.