Up
module
Iobuf_debug
:
sig
#
module
Make :
functor
(M :
sig
end
)
->
sig
include
module type of
Iobuf
with
type
('d, 'w)
t
= ('d, 'w)
Iobuf
.
t
#
val
check_invariant : bool
Pervasives
.
ref
#
val
show_messages : bool
Pervasives
.
ref
end
end