Module Core.Iobuf_debug
Iobuf
s with extra controls for debugging.
module Make : functor () sig ... end
Make
builds a module that is likeIobuf
, except that the module also has some controls for whether the various Iobuf functions do invariant checking and/or show debug messages. Initially, thebool ref
's aretrue
.