Skip to content

Commit

Permalink
Update src/lib/reasoners/shostak.ml
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 ef5fbdb commit f005dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/shostak.ml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ struct
List.exists (fun (t,_) -> Expr.const_term t) eq then None
else Some (Expr.fresh_name ty, false) (* false <-> not a case-split *)
| _ ->
(* There is no mode-generation support for the AC symbols yet.
(* There is no model-generation support for the AC symbols yet.
The function [AC.assign_value] always returns [None]. *)
AC.assign_value r distincts eq
in
Expand Down

0 comments on commit f005dc6

Please sign in to comment.