package ppx_expect

  1. Overview
  2. Docs

Module Expect_test_config_types.Upon_unreleasable_issueSource

Sourcetype 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.

    *)
]