You can search for identifiers within the package.
in-package search v0.2.0
vif
vif.core
Vif_core.Server
type t = {
devices : Hmap.Make(Vif_core__.Vif_device.Device).t;
cookie_key : Mirage_crypto.AES.GCM.key;
}
val device : 'a. ('value, 'a) Vif_core__.Vif_device.device -> t -> 'a
val cookie_key : t -> Mirage_crypto.AES.GCM.key