package anthill

  1. Overview
  2. Docs
include module type of struct include Utility end
val from_upper : Core.Char.t -> int
val from_lower : Core.Char.t -> int
val caps_in : string -> char list
val sort_by : ('a -> 'b) -> 'a list -> 'a list
type t = int list
val compare : 'a list -> 'a list -> int
val sexp_of_t : int list -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> int list
val empty : unit -> 'a list
val sort : 'a list -> 'a list
val uniq : 'a list -> 'a list
val of_char_list : Core.Char.t list -> int list
val of_string : string -> int list
val contains : 'a list -> 'a -> equal:('a -> 'a -> bool) -> bool