ocaml-containers
ocaml-containers copied to clipboard
type of Hashtbl.pp
in utop i get this:
#require "containers.top";; CCHashtbl.pp has a wrong type for a printing function.
but maybe that's just the way it is, with the optional arguments? maybe it should not be registered for the top level? or with some defaults for the start, stop, sep, arrows?
maybe containers.top should define its own printer and register it, yes :)