package ppx_test

  1. Overview
  2. Docs

Test error descriptions

type t = [
  1. | `Exn of exn * Printexc.raw_backtrace
  2. | `False
]
val format : Format.formatter -> t -> unit