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 () =
|
||||
install_printers
|
||||
[ "CCHashtbl.pp"
|
||||
; "CCBV.pp"
|
||||
; "CCDeque.pp"
|
||||
; "CCFQueue.pp"
|
||||
; "CCIntMap.pp"
|
||||
; "CCPersistentArray.pp"
|
||||
; "CCBigstring.pp"
|
||||
; "CCKTree.pp"
|
||||
; "CCSexpM.pp"
|
||||
[ "CCHashtbl.print"
|
||||
; "CCBV.print"
|
||||
; "CCDeque.print"
|
||||
; "CCFQueue.print"
|
||||
; "CCIntMap.print"
|
||||
; "CCPersistentArray.print"
|
||||
; "CCSexp.pp"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue