Capitalization_ppx_configurationmodule Single_word : sig ... endval argument : ppx_name:Base.string -> t Base.option Ppxlib.Deriving.Args.paramDefines the ~capitalize:"string" ppx argument.
val argument_name : Base.stringval apply_to_snake_case_exn : t -> Base.string -> Base.stringApplies the capitalization to an ocaml identifier.
Raises if the identifier has multiple words and only a single word capitalization was given. The location of the error will be the capitalize arg and the error lists compatible multi-word capitalization schemes.