fix containers.top (closes #155)

This commit is contained in:
Simon Cruanes 2017-12-15 09:35:16 +01:00
parent 00f0a1dd34
commit 3a4d827d80

View file

@ -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"
]