garbage.ml
mrmime
mrmime.butils
mrmime.encoder
1 2 3 4 5 6 7 8 9 10 type elt = Number.t * [ `Unsafe of Field_name.t * Unstructured.t | `Lines of (string * Location.t) list ] * Location.t type t = elt list let make fields = fields let empty = []
1 2 3 4 5 6 7 8 9 10
type elt = Number.t * [ `Unsafe of Field_name.t * Unstructured.t | `Lines of (string * Location.t) list ] * Location.t type t = elt list let make fields = fields let empty = []