package alcotest

  1. Overview
  2. Docs

TESTABLE provides an abstract description for testable values.

type t

The type to test.

val pp : t Fmt.t

A way to pretty-print the value.

val equal : t -> t -> bool

Test for equality between two values.