package zelus

  1. Overview
  2. Docs
val print_if_not_empty : ('a -> 'b list -> unit) -> 'c -> 'b list -> unit
val print_list_no_space : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'b list -> unit
val print_list_r : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'b list -> unit
val print_list_l : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'b list -> unit
val print_list_r_empty : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'b list -> unit
val print_couple : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> string -> string -> string -> Format.formatter -> ('c * 'd) -> unit
val print_couple2 : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> string -> string -> string -> string -> Format.formatter -> ('c * 'd) -> unit
val print_record : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
val print_with_braces : (Format.formatter -> 'a -> unit) -> string -> string -> Format.formatter -> 'b -> unit
val print_opt : ('a -> 'b -> unit) -> 'c -> 'd option -> unit
val print_opt2 : (Format.formatter -> 'a -> unit) -> string -> Format.formatter -> 'b option -> unit
OCaml

Innovation. Community. Security.