Module StrExtras.CaseInsensitive


module CaseInsensitive: sig  end
Comparision using StrExtras.compare_insensitive.

type t = string 
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int