You can search for identifiers within the package.
in-package search v0.2.0
module USB : sig ... end
module VCPU : sig ... end
module PCI : sig ... end
type t =
| USB of USB.t
| VCPU of VCPU.t
| PCI of PCI.t