package smol-helpers

  1. Overview
  2. Docs

Parameters

Signature

include sig ... end
val pp : Stdlib.Format.formatter -> A.t -> unit
val testable : A.t Alcotest.testable
val check : msg:string -> expected:A.t -> actual:A.t -> unit
val test_neg : (unit -> A.t) -> unit -> unit
val test_sub : (unit -> A.t) -> unit -> unit
val tests : (unit -> A.t) -> (kind * string * (unit -> unit)) list