mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
detail
This commit is contained in:
parent
b6168ca7f6
commit
462ac72b2e
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ let test_bfs () =
|
||||||
()
|
()
|
||||||
|
|
||||||
let rec pp_path p =
|
let rec pp_path p =
|
||||||
let buf = Buffer.create 10 in
|
|
||||||
CCPrint.to_string (CCList.pp ~sep:"; " pp_edge) p
|
CCPrint.to_string (CCList.pp ~sep:"; " pp_edge) p
|
||||||
and pp_edge b (v1,e,v2) =
|
and pp_edge b (v1,e,v2) =
|
||||||
Printf.bprintf b "%d -> %d" v1 v2
|
Printf.bprintf b "%d -> %d" v1 v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue