package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module extends Base.Printf.

include module type of struct include Base.Printf end
val ifprintf : 'a -> ('r, 'a, 'c, unit) Stdlib.format4 -> 'r
val sprintf : ('r, unit, string) Stdlib.format -> 'r
val bprintf : Base__.Import0.Caml.Buffer.t -> ('r, Base__.Import0.Caml.Buffer.t, unit) Stdlib.format -> 'r
val ksprintf : (string -> 'a) -> ('r, unit, string, 'a) Stdlib.format4 -> 'r
val kbprintf : (Base__.Import0.Caml.Buffer.t -> 'a) -> Base__.Import0.Caml.Buffer.t -> ('r, Base__.Import0.Caml.Buffer.t, unit, 'a) Stdlib.format4 -> 'r
val failwithf : ('r, unit, string, unit -> 'a) Stdlib.format4 -> 'r
val invalid_argf : ('r, unit, string, unit -> 'a) Stdlib.format4 -> 'r
val eprintf : ('a, Stdio.Out_channel.t, Base.unit) Base.format -> 'a
val fprintf : Stdio.Out_channel.t -> ('a, Stdio.Out_channel.t, Base.unit) Base.format -> 'a
val kfprintf : (Stdio.Out_channel.t -> 'a) -> Stdio.Out_channel.t -> ('b, Stdio.Out_channel.t, Base.unit, 'a) Base.format4 -> 'b
val printf : ('a, Stdio.Out_channel.t, Base.unit) Base.format -> 'a
val exitf : ('a, unit, string, unit -> 'b) Stdlib.format4 -> 'a

print to stderr; exit 1

OCaml

Innovation. Community. Security.