Skip to content

Commit

Permalink
poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 22, 2023
1 parent 3cbefa3 commit 143bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/models.mli
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ type t = {
arrays : ModelMap.t;
}

val output_concrete_model : Format.formatter -> t -> unit
val output_concrete_model : t Fmt.t
(** [output_concrete_model ppf mdl] prints the model [mdl] on
the formatter [ppf]. *)

0 comments on commit 143bd39

Please sign in to comment.