mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
containers.top: remove printers on structural types (#71)
This commit is contained in:
parent
61f1ca3231
commit
5e7cfed9b8
1 changed files with 0 additions and 7 deletions
|
|
@ -15,22 +15,15 @@ let install_printer s =
|
|||
()
|
||||
let install_printers = List.iter install_printer
|
||||
|
||||
let pp_rw_vector pp_x out (v: _ CCVector.vector) = CCVector.pp pp_x out v
|
||||
let pp_ro_vector pp_x out (v: _ CCVector.ro_vector) = CCVector.pp pp_x out v
|
||||
let pp_klist (ppx:Format.formatter -> 'a -> unit) out l = CCKList.pp ppx out l
|
||||
|
||||
let () =
|
||||
install_printers
|
||||
[ "CCHashtbl.pp"
|
||||
; "Containers_top.pp_rw_vector"
|
||||
; "Containers_top.pp_ro_vector"
|
||||
; "CCBV.pp"
|
||||
; "CCDeque.pp"
|
||||
; "CCFQueue.pp"
|
||||
; "CCIntMap.pp"
|
||||
; "CCPersistentArray.pp"
|
||||
; "CCBigstring.pp"
|
||||
; "Containers_top.pp_klist"
|
||||
; "CCKTree.pp"
|
||||
; "CCSexpM.pp"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue