Skip to content

Commit

Permalink
The warning has to be a smt-lib comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 26, 2023
1 parent deff8c3 commit fab882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/models.ml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ let pp_constant ppf (_, t) =
let output_concrete_model fmt props ~functions ~constants ~arrays =
if ModelMap.(is_suspicious functions || is_suspicious constants
|| is_suspicious arrays) then
Format.fprintf fmt "This model is a best-effort. It includes symbols
Format.fprintf fmt "; This model is a best-effort. It includes symbols
for which model generation is known to be incomplete. @.";

Format.fprintf fmt "@[<v 2>(";
Expand Down

0 comments on commit fab882d

Please sign in to comment.