package mrmime

  1. Overview
  2. Docs

Module Mrmime.UnstructuredSource

Sourcetype box =
  1. | Box
  2. | TBox of int
  3. | BBox
Sourcetype elt = [
  1. | Unstrctrd.elt
  2. | `Open of box
  3. | `Close
]
Sourcetype t = elt list
Sourceval pp : Format.formatter -> [> Unstrctrd.elt ] list -> unit
Sourcemodule Decoder : sig ... end
Sourcemodule Craft : sig ... end
Sourcemodule Encoder : sig ... end
Sourceval of_string : string -> (Unstrctrd.t, [> `Msg of string ]) result
Sourceval to_string : elt list -> string
OCaml

Innovation. Community. Security.