Module Prime_wip.Prime_fmt

module type INSPECTABLE_ELEMENTS = sig ... end
val pp_elements : ?⁠notation:(string * string * string) -> (module INSPECTABLE_ELEMENTS with type t = 'a) -> Stdlib.Format.formatter -> 'a -> unit