package asn1-combinators

  1. Overview
  2. Docs
type t =
  1. | Cons of tag * t list
  2. | Prim of tag * Cstruct.t
val tag : t -> tag
val pp_form_name : Format.formatter -> [< `Both | `Cons | `Prim ] -> unit
val pp_tag : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.