package asn1-combinators

  1. Overview
  2. Docs
type t =
  1. | Universal of int
  2. | Application of int
  3. | Context_specific of int
  4. | Private of int
val compare : t -> t -> int
val equal : t -> t -> bool
val pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.