mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
fix containers.top (closes #155)
This commit is contained in:
parent
00f0a1dd34
commit
3a4d827d80
1 changed files with 7 additions and 9 deletions
|
|
@ -17,13 +17,11 @@ let install_printers = List.iter install_printer
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
install_printers
|
install_printers
|
||||||
[ "CCHashtbl.pp"
|
[ "CCHashtbl.print"
|
||||||
; "CCBV.pp"
|
; "CCBV.print"
|
||||||
; "CCDeque.pp"
|
; "CCDeque.print"
|
||||||
; "CCFQueue.pp"
|
; "CCFQueue.print"
|
||||||
; "CCIntMap.pp"
|
; "CCIntMap.print"
|
||||||
; "CCPersistentArray.pp"
|
; "CCPersistentArray.print"
|
||||||
; "CCBigstring.pp"
|
; "CCSexp.pp"
|
||||||
; "CCKTree.pp"
|
|
||||||
; "CCSexpM.pp"
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue