Module Core__.Iobuf_debug
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
.