Module StrExtras.Collate


module Collate: sig  end
Comparision using StrExtras.collate.

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