mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
try to fix build
This commit is contained in:
parent
3b3a2e1caf
commit
5ca4730968
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ module Make_inner
|
|||
let pp_pair =
|
||||
within "(" ")" @@ hvbox @@ pair ~sep:(return "@ := ") Var.pp Erat.pp
|
||||
in
|
||||
map Var_map.to_seq @@ within "(" ")" @@ hvbox @@ seq pp_pair
|
||||
map Var_map.to_iter @@ within "(" ")" @@ hvbox @@ iter pp_pair
|
||||
|
||||
let pp_bounds =
|
||||
let open Format in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue