package ocaml-protoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module F = Format
type formatter = F.formatter
val pp_unit : F.formatter -> unit -> unit
val pp_int : F.formatter -> int -> unit
val pp_float : F.formatter -> float -> unit
val pp_bool : F.formatter -> bool -> unit
val pp_int32 : F.formatter -> int32 -> unit
val pp_int64 : F.formatter -> int64 -> unit
val pp_string : F.formatter -> string -> unit
val pp_bytes : F.formatter -> bytes -> unit
val pp_option : (F.formatter -> 'a -> unit) -> F.formatter -> 'b option -> unit
val pp_wrapper_float : F.formatter -> float option -> unit
val pp_wrapper_bool : F.formatter -> bool option -> unit
val pp_wrapper_int32 : F.formatter -> int32 option -> unit
val pp_wrapper_int64 : F.formatter -> int64 option -> unit
val pp_wrapper_string : F.formatter -> string option -> unit
val pp_wrapper_bytes : F.formatter -> bytes option -> unit
val pp_list : (Format.formatter -> 'a -> unit) -> F.formatter -> 'b list -> unit
val pp_associative_list : (F.formatter -> 'a -> unit) -> (F.formatter -> 'b -> unit) -> F.formatter -> ('c * 'd) list -> unit
val pp_hastable : (F.formatter -> 'a -> unit) -> (F.formatter -> 'b -> unit) -> F.formatter -> ('c, 'd) Hashtbl.t -> unit
val pp_record_field : string -> (F.formatter -> 'a -> unit) -> F.formatter -> 'b -> unit
val pp_brk : (F.formatter -> 'a -> unit) -> F.formatter -> 'b -> unit