Up
module
Debug
:
sig
#
type
section = string
#
val
mode :
section
->
bool
#
val
printf :
section
->
('a,
Format
.
formatter
, unit)
Pervasives
.
format
->
'a
end