mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -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 () =
|
||||
install_printers
|
||||
[ "CCHashtbl.print"
|
||||
; "CCBV.print"
|
||||
; "CCDeque.print"
|
||||
; "CCFQueue.print"
|
||||
; "CCIntMap.print"
|
||||
; "CCPersistentArray.print"
|
||||
[ "CCHashtbl.pp"
|
||||
; "CCBV.pp"
|
||||
; "CCDeque.pp"
|
||||
; "CCFQueue.pp"
|
||||
; "CCIntMap.pp"
|
||||
; "CCPersistentArray.pp"
|
||||
; "CCSexp.pp"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue