From ef5fbdb47d89ee077a6df9bb0e5312c81c76e2f7 Mon Sep 17 00:00:00 2001 From: Pierrot Date: Fri, 13 Oct 2023 17:39:20 +0200 Subject: [PATCH] Update src/lib/reasoners/sig_rel.mli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Basile Clément <129742207+bclement-ocp@users.noreply.github.com> --- src/lib/reasoners/sig_rel.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/reasoners/sig_rel.mli b/src/lib/reasoners/sig_rel.mli index a111ad06f0..0ee6032479 100644 --- a/src/lib/reasoners/sig_rel.mli +++ b/src/lib/reasoners/sig_rel.mli @@ -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