sig
  type t =
      [ `Case_sensitive of bool
      | `Encoding_latin1 of bool
      | `Literal of bool
      | `Log_errors of bool
      | `Longest_match of bool
      | `Max_mem of int
      | `Never_nl of bool
      | `One_line of bool
      | `Perl_classes of bool
      | `Posix_syntax of bool
      | `Word_boundary of bool ]
  val latin1 : Options.S.t list
  val posix : Options.S.t list
  val noisy : Options.S.t list
end