Module Bindoj_runtime.Doc

type t = [
  1. | `docstr of string
  2. | `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 ]