Module Types.InlineSource
type t = Odoc_document.Types.Inline.one listand desc = | Text of string| Entity of Odoc_document.Types.Inline.entity| Linebreak| Styled of Odoc_document.Types.style * Odoc_document.Types.Inline.t| Link of Odoc_document.Types.Link.t| Source of Odoc_document.Types.Source.t| Math of Odoc_document.Types.Math.t| Raw_markup of Odoc_document.Types.Raw_markup.t