mrmime
Mrmime.Unstructured
type box =
| Box
| TBox of int
| BBox
type elt = [
| Unstrctrd.elt
| `Open of box
| `Close
]
type t = elt list
val pp : Format.formatter -> [> Unstrctrd.elt ] list -> unit
module Decoder : sig ... end
module Craft : sig ... end
module Encoder : sig ... end
val of_string : string -> (Unstrctrd.t, [> `Msg of string ]) result
val to_string : elt list -> string