You can search for identifiers within the package.
in-package search v0.2.0
Equality combinators for common types
type 'a t = 'a -> 'a -> bool
The usual type for equality functions
val equal_exn : exn t
equality function for comparing exceptions
val equal_unit : unit t
val equal_bool : bool t
val equal_int : int t
val equal_int64 : int64 t
val equal_float : float t
val equal_char : char t
val equal_string : string t
val equal_option : 'a t -> 'a option t
val equal_result : 'o t -> 'e t -> ('o, 'e) result t
val equal_list : 'a t -> 'a list t
val equal_seq : 'a t -> 'a Seq.t t
val equal_array : 'a t -> 'a array t