Module Types.Source

type t = token list
and tag = string option
and token =
| Elt of Inline.t
| Tag of tag * t