You can search for identifiers within the package.
in-package search v0.2.0
h2
H2.Settings
type key =
| HeaderTableSize
| EnablePush
| MaxConcurrentStreams
| InitialWindowSize
| MaxFrameSize
| MaxHeaderListSize
type value = int
type settings_list = (key * value) list
val of_base64 : string -> (settings_list, string) result
RFC7540§3.2.1
val to_base64 : settings_list -> (string, string) result
val pp_hum : Format.formatter -> settings_list -> unit