Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type extension_printer = {
print : 'a. 'a ImapTypes.extension_kind ->
'a ->
(Format.formatter -> unit) option;
}
val register_printer : extension_printer -> unit
val capability_print : Format.formatter -> ImapTypes.capability -> unit
val response_print : Format.formatter -> ImapTypes.response -> unit
val greeting_print : Format.formatter -> ImapTypes.greeting -> unit