mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
removed useless comment
This commit is contained in:
parent
de494e9667
commit
56132eacad
1 changed files with 0 additions and 4 deletions
|
|
@ -100,10 +100,6 @@ module Make(O : Map.OrderedType) = struct
|
|||
) m;
|
||||
Buffer.add_string buf stop
|
||||
|
||||
(*$T
|
||||
CCPrint.to_string (pp CCPrint.int) [1;2;3] = "[1, 2, 3]"
|
||||
*)
|
||||
|
||||
let print ?(start="[") ?(stop="]") ?(arrow="->") ?(sep=", ") pp_k pp_v fmt m =
|
||||
Format.pp_print_string fmt start;
|
||||
let first = ref true in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue