Module Odoc_parser__.Token
type section_heading
=[
|
`Begin_section_heading of int * string option
]
type tag
=[
]
type t
=[
|
`End
|
`Space of string
|
`Single_newline of string
|
`Blank_line of string
|
`Right_brace
|
`Word of string
|
`Code_span of string
|
`Raw_markup of string option * string
|
`Begin_style of Odoc_model.Comment.style
|
`Simple_reference of string
|
`Begin_reference_with_replacement_text of string
|
`Simple_link of string
|
`Begin_link_with_replacement_text of string
|
`Code_block of string
|
`Verbatim of string
|
`Modules of string
|
`Begin_list of [ `Unordered | `Ordered ]
|
`Begin_list_item of [ `Li | `Dash ]
|
`Minus
|
`Plus
|
section_heading
|
tag
]
val print : [< `Begin_link_with_replacement_text of string & 'a | `Begin_list_item of [ `Dash | `Li ] & [< `Dash | `Li ] | `Begin_reference_with_replacement_text of string & 'b | `Begin_section_heading of int * string option | `Begin_style of Odoc_model.Comment.style & [< `Bold | `Emphasis | `Italic | `Subscript | `Superscript ] | `Minus | `Plus | `Raw_markup of string option * string & string option * 'c | `Tag of [ `Author of string | `Before of string | `Canonical of string | `Closed | `Deprecated | `Inline | `Open | `Param of string | `Raise of string | `Return | `See of [ `Document | `File | `Url ] * string | `Since of string | `Version of string ] & [< `Author of 'd | `Before of 'e | `Canonical of 'f | `Closed | `Deprecated | `Inline | `Open | `Param of 'g | `Raise of 'h | `Return | `See of 'i | `Since of 'j | `Version of 'k ] ] -> string
val describe : [< `Begin_link_with_replacement_text of string & 'a | `Begin_list of [ `Ordered | `Unordered ] & [< `Ordered | `Unordered ] | `Begin_list_item of [ `Dash | `Li ] & [< `Dash | `Li ] | `Begin_reference_with_replacement_text of string & 'b | `Begin_section_heading of int * string option & int * 'c | `Begin_style of Odoc_model.Comment.style & [< `Bold | `Emphasis | `Italic | `Subscript | `Superscript ] | `Blank_line of string & 'd | `Code_block of string & 'e | `Code_span of string & 'f | `Comment | `End | `Minus | `Modules of string & 'g | `Plus | `Raw_markup of string option * string & 'h | `Right_brace | `Simple_link of string & 'i | `Simple_reference of string & 'j | `Single_newline of string & 'k | `Space of string & 'l | `Tag of [ `Author of string | `Before of string | `Canonical of string | `Closed | `Deprecated | `Inline | `Open | `Param of string | `Raise of string | `Return | `See of [ `Document | `File | `Url ] * string | `Since of string | `Version of string ] & [< `Author of 'm | `Before of 'n | `Canonical of 'o | `Closed | `Deprecated | `Inline | `Open | `Param of 'p | `Raise of 'q | `Return | `See of 'r | `Since of 's | `Version of 't ] | `Verbatim of string & 'u | `Word of string ] -> string