⚠️ Oops! This page doesn't appear to define a type called _.
Edit

Ast

This module does not have a toplevel documentation block.

module Path : Path

module Comment : Comment

type reference_kind = [ `Simple | `With_text ]

type inline_element = [ `Code_span of string | `Word of string | `Space | `Reference of reference_kind * Reference.any * inline_element with_location list | `Link of string * inline_element with_location list | `Styled of Comment.style * inline_element with_location list ]

type nestable_block_element = [ `Paragraph of inline_element with_location list | `List of [ `Unordered | `Ordered ] * nestable_block_element with_location list list | `Doc of string | `Modules of Reference.module_ list | `Example of string * string | `Code_block of string | `Verbatim of string ]

type tag = [ `Param of string * nestable_block_element with_location list | `Return of nestable_block_element with_location list | `See of [ `Url | `Document | `File ] * string * nestable_block_element with_location list | `Closed | `Open | `Before of string * nestable_block_element with_location list | `Canonical of Path.module_ * Reference.module_ | `Version of string | `Deprecated of nestable_block_element with_location list | `Inline | `Raise of string * nestable_block_element with_location list | `Since of string | `Author of string ]

type block_element = [ `Paragraph of inline_element with_location list | `Tag of tag | `List of [ `Unordered | `Ordered ] * nestable_block_element with_location list list | `Doc of string | `Heading of int * string option * inline_element with_location list | `Modules of Reference.module_ list | `Code_block of string | `Example of string * string | `Verbatim of string ]

type sections_allowed = [ `No_titles | `All | `None ]