Opam_graph: Switched from 'Int.max' to 'max' to support older ocaml versions
This commit is contained in:
parent
9b4af7cfd4
commit
5f1c15e82f
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ svg {
|
|||
let max_count =
|
||||
(*> todo; would be more correct to use the count of nodes in dep-graph*)
|
||||
SMap.fold
|
||||
(fun _pkg count max_count -> Int.max max_count count)
|
||||
(fun _pkg count max_count -> max max_count count)
|
||||
sharing_stats 0
|
||||
|> float
|
||||
|> ( *. ) 0.2
|
||||
|
|
Loading…
Reference in a new issue