package sexp_grammar

  1. Overview
  2. Docs
type t = Sexp_grammar__.Sexp_grammar_intf.{Sexp_grammar}1.case_sensitivity =
  1. | Case_insensitive
  2. | Case_sensitive
  3. | Case_sensitive_except_first_character
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string_comparator : t -> (module Base.Comparator.S with type t = Base.string)

Produces a comparator that compares with respect to a name kind.