Module Capitalization_ppx_configuration.Single_word

type t = {
  1. capitalization : Capitalization.Single_word.t;
  2. arg_location : Ppxlib.Location.t;
  3. ppx_name : Base.string;
}
val raise_incompatible : t -> ('a, Format.formatter, Base.unit, 'a) Base.format4 -> 'b

Raises a custom message for conditions where single word options are incompatible.

The error message raised will include potential compatible multi-word options and be located at the location of the arg