type pr = Stdlib.Format.formatter -> unitHelper types
type 'a with_options = ?options:pr list -> 'atype 'a t = ('a, 'a) trmodule Escape : sig ... endval break : Types.break_hierarchy Fmt.tval rightarrow : prval hyperref : string -> 'a tval href : string -> 'a tval emph : 'a tval bold : 'a tval subscript : 'a tval superscript : 'a tval section : 'a tval subsection : 'a tval subsubsection : 'a tval paragraph : 'a tval enumerate : 'a tval itemize : 'a tval description : ('a, ('a * 'a) list) trval item : 'a t with_optionsval small_table : ('a, 'a list list) trval input : Fpath.t Fmt.tRequired OCaml-specific primitives
val inline_code : 'a tCode block customization
val code_fragment : 'a tval code_block : 'a tPackage-dependent primitives
val indent : 'a texpected to be implemented with changepage/adjustwidth
Any tabular implementation that works well with at most 10 rows
Tags
val ocamltag : string -> 'a ttag (e.g keyword, type-var, ...) are rendered to
\ocamltag{tagname}{content}