You can search for identifiers within the package.
in-package search v0.2.0
Represents 'Same-site' cookie attribute. See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00.
type t =
| Default
| None
| Lax
| Strict
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string