module Make : functor () -> sig ... end
Make
builds a module that is like Iobuf
, except that the module also has some controls for whether the various Iobuf functions do invariant checking and/or show debug messages. Initially, the bool ref
's are true
.