package alcotest

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

The type to test.

val pp : Format.formatter -> t -> unit

A way to pretty-print the value.

val equal : t -> t -> bool

Test for equality between two values.