mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: try to fix build again
This commit is contained in:
parent
14bb5898f0
commit
6c1b7df301
1 changed files with 1 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ module Make_inner
|
|||
let pp_pairs out (x,(l,u)) =
|
||||
fprintf out "(@[%a =< %a =< %a@])" Erat.pp l.value Var.pp x Erat.pp u.value
|
||||
in
|
||||
map Var_map.to_seq @@ within "(" ")" @@ hvbox @@ seq pp_pairs
|
||||
map Var_map.to_iter @@ within "(" ")" @@ hvbox @@ iter pp_pairs
|
||||
|
||||
let pp_full_state out (t:t) : unit =
|
||||
(* print main matrix *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue