package expect_test_helpers_kernel

  1. Overview
  2. Docs

This module is called Expect_test_helpers_kernel_private rather than Private because include Expect_test_helpers_kernel is a common idiom, and we don't want to interfere with other Private modules or create problems due to multiple definitions of Private.

val require_allocation_does_not_exceed : ?cr:CR.t -> ?hide_positions:bool -> Allocation_limit.t -> Core_kernel.Source_code_position.t -> (unit -> 'a) -> 'a