Module Prime_wip.Prime_fmt
module type INSPECTABLE_ELEMENTS = sig ... endval pp_elements : ?notation:(string * string * string) -> (module INSPECTABLE_ELEMENTS with type t = 'a) -> Stdlib.Format.formatter -> 'a -> unit
Prime_wip.Prime_fmtmodule type INSPECTABLE_ELEMENTS = sig ... endval pp_elements : ?notation:(string * string * string) -> (module INSPECTABLE_ELEMENTS with type t = 'a) -> Stdlib.Format.formatter -> 'a -> unit