Module Types.SourceSource

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