package forester

  1. Overview
  2. Docs
type t = [
  1. | `P
  2. | `Ol
  3. | `Ul
  4. | `Li
  5. | `Em
  6. | `Strong
  7. | `Code
  8. | `Blockquote
  9. | `Pre
  10. | `Figure
  11. | `Figcaption
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val t : [ `Blockquote | `Code | `Em | `Figcaption | `Figure | `Li | `Ol | `P | `Pre | `Strong | `Ul ] Repr.t
OCaml

Innovation. Community. Security.