Skip to content

Commit

Permalink
Update src/lib/reasoners/sig_rel.mli
Browse files Browse the repository at this point in the history
Co-authored-by: Basile Clément <[email protected]>
  • Loading branch information
Halbaroth and bclement-ocp authored Oct 13, 2023
1 parent 95380b0 commit ef5fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/reasoners/sig_rel.mli
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ module type RELATION = sig

val optimizing_split :
t -> Uf.t -> Th_util.optimized_split -> Th_util.optimized_split option
(** [optimizing_split env uf opt_split] try to optimize the value
contains in [opt_split]. *)
(** [optimizing_split env uf opt_split] try to optimize the expression
contained in [opt_split]. *)

val add : t -> Uf.t -> Shostak.Combine.r -> Expr.t ->
t * (Shostak.Combine.r Xliteral.view * Explanation.t) list
Expand Down

0 comments on commit ef5fbdb

Please sign in to comment.