Private.Ppval tag : [ `Ok | `Fail | `Skip | `Todo | `Assert ] Fmt.tval map_theta :
(Format.formatter -> unit) ->
f:(unit Fmt.t -> unit Fmt.t) ->
Format.formatter ->
unitval pp_plural : int Fmt.tThis is for adding an 's' to words that should be pluralized, e.g.
let n = List.length items in
Fmt.pr "Found %i item%a." n pp_plural n