mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
update printers names in containers.top (closes #201)
This commit is contained in:
parent
a0d0cf9d88
commit
5f0b648845
1 changed files with 6 additions and 6 deletions
|
|
@ -17,11 +17,11 @@ let install_printers = List.iter install_printer
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
install_printers
|
install_printers
|
||||||
[ "CCHashtbl.print"
|
[ "CCHashtbl.pp"
|
||||||
; "CCBV.print"
|
; "CCBV.pp"
|
||||||
; "CCDeque.print"
|
; "CCDeque.pp"
|
||||||
; "CCFQueue.print"
|
; "CCFQueue.pp"
|
||||||
; "CCIntMap.print"
|
; "CCIntMap.pp"
|
||||||
; "CCPersistentArray.print"
|
; "CCPersistentArray.pp"
|
||||||
; "CCSexp.pp"
|
; "CCSexp.pp"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue