You can search for identifiers within the package.
in-package search v0.2.0
type t
type value
val fromList : value list -> t
val from_list : value list -> t
val member : value:value -> t -> bool
val diff : t -> t -> t
val isEmpty : t -> bool
val is_empty : t -> bool
val toList : t -> value list
val to_list : t -> value list
val ofList : value list -> t
val of_list : value list -> t
val add : t -> value -> t
val union : t -> t -> t
val empty : t