You can search for identifiers within the package.
in-package search v0.2.0
mirage-protocols
Mirage_protocols.Ip
IP errors.
type error = [
| `No_route of string
can't send a message to that destination
| `Would_fragment
would need to fragment, but fragmentation is disabled
]
val pp_error : error Fmt.t
type proto = [
| `TCP
| `UDP
| `ICMP
val pp_proto : proto Fmt.t