Bindoj_runtime.Doc
type t = [
|
`docstr of string
`nodoc
]
This type represents a document.
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
type 'x u = 'x * t
val of_string_opt : 'a option -> [> `docstr of 'b | `nodoc ]