package piaf

  1. Overview
  2. Docs
type t = [
  1. | `Ietf_token of string
  2. | `Iana_token of string
  3. | `X_token of string
]
val pp : t Fmt.t