Edit
Token
This module does not have a toplevel documentation block.
type tag = [ `Tag of
[ `Param of string
| `Return
| `See of [ `Url | `Document | `File ] * string
| `Closed
| `Open
| `Before of string
| `Canonical of string
| `Version of string
| `Deprecated
| `Inline
| `Raise of string
| `Since of string
| `Author of string ] ]
type t = [ `Code_span of string
| `Begin_style of Comment.style
| `Tag of
[ `Param of string
| `Return
| `See of [ `Url | `Document | `File ] * string
| `Closed
| `Open
| `Before of string
| `Canonical of string
| `Version of string
| `Deprecated
| `Inline
| `Raise of string
| `Since of string
| `Author of string ]
| `Simple_link of string
| `Word of string
| `Begin_section_heading of int * string option
| `Right_brace
| `Minus
| `Doc of string
| `Modules of string
| `Begin_reference_with_replacement_text of string
| `Begin_list of [ `Unordered | `Ordered ]
| `End
| `Example of string * string
| `Code_block of string
| `Space
| `Verbatim of string
| `Plus
| `Begin_list_item of [ `Dash | `Li ]
| `Begin_link_with_replacement_text of string
| `Blank_line
| `Simple_reference of string
| `Single_newline ]
let 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
Comment.style &
[< `Bold | `Emphasis | `Italic | `Subscript | `Superscript ]
| `Doc of string & 'c
| `Example of string * string & 'd
| `Minus
| `Plus
| `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 'e
| `Before of 'f
| `Canonical of 'g
| `Closed
| `Deprecated
| `Inline
| `Open
| `Param of 'h
| `Raise of 'i
| `Return
| `See of 'j
| `Since of 'k
| `Version of 'l ] ] => string
let describe: [< `Begin_link_with_replacement_text of string & 'm
| `Begin_list of [ `Ordered | `Unordered ] & [< `Ordered | `Unordered ]
| `Begin_list_item of [ `Dash | `Li ] & [< `Dash | `Li ]
| `Begin_reference_with_replacement_text of string & 'n
| `Begin_section_heading of int * string option & int * 'o
| `Begin_style of
Comment.style &
[< `Bold | `Emphasis | `Italic | `Subscript | `Superscript ]
| `Blank_line
| `Code_block of string & 'p
| `Code_span of string & 'q
| `Comment
| `Doc of string & 'r
| `End
| `Example of string * string & 's
| `Minus
| `Modules of string & 't
| `Plus
| `Right_brace
| `Simple_link of string & 'u
| `Simple_reference of string & 'v
| `Single_newline
| `Space
| `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 'w
| `Before of 'x
| `Canonical of 'y
| `Closed
| `Deprecated
| `Inline
| `Open
| `Param of 'z
| `Raise of 'a1
| `Return
| `See of 'b1
| `Since of 'c1
| `Version of 'd1 ]
| `Verbatim of string & 'e1
| `Word of string ] => string