mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
try to fix test
This commit is contained in:
parent
b9b1b685d1
commit
d5b4798e20
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ let add_problem (t:Spl.t) (pb:Problem.t) : unit =
|
|||
List.iter (fun constr -> Spl.add_constr t constr lit) pb
|
||||
|
||||
let pp_subst : subst Fmt.printer =
|
||||
Fmt.(map Spl.L.Var_map.to_seq @@
|
||||
within "{" "}" @@ hvbox @@ seq ~sep:(return ",@ ") @@
|
||||
Fmt.(map Spl.L.Var_map.to_iter @@
|
||||
within "{" "}" @@ hvbox @@ iter ~sep:(return ",@ ") @@
|
||||
pair ~sep:(return "@ @<1>→ ") Var.pp Q.pp_print
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue