package ppx_expect

  1. Overview
  2. Docs
type t = [
  1. | `CR
    (*

    Leaves a CR, so that features cannot be released.

    *)
  2. | `Warning_for_collector_testing
    (*

    Only for ppx_expect testing; do not use.

    *)
]
val equal : t -> t -> bool
val comment_prefix : t -> string
val message_when_expectation_contains_backtrace : t -> string

Message to print when an expectation contains a backtrace