You can search for identifiers within the package.
in-package search v0.2.0
include Gluten_lwt.Client with type socket = Gluten_lwt_unix__.Tls_io.descriptor
type t
type socket = [
| `Tls_not_available
]
val create : read_buffer_size:int -> protocol:'t Gluten.runtime -> 't -> socket -> t Lwt.t
val upgrade : t -> Gluten.impl -> unit
val shutdown : t -> unit Lwt.t
val is_closed : t -> bool
val create_default : ?alpn_protocols:string list -> Lwt_unix.file_descr -> socket Lwt.t