You can search for identifiers within the package.
in-package search v0.2.0
Same as their global equivalents.
val some : 'a -> 'a t
val value : 'a t -> default:'a -> 'a
val some_if : Base.bool -> 'a -> 'a t
val unsafe_value : 'a t -> 'a
val to_option : 'a t -> 'a Base.option
val of_option : 'a Base.option -> 'a t
module Optional_syntax : sig ... end