package mrmime

  1. Overview
  2. Docs

Source file garbage.ml

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 = []
OCaml

Innovation. Community. Security.