package qcheck-core

  1. Overview
  2. Docs

Util module representing a number type, used for ad hoc polymorphism of some functions like number_towards.

type t
val equal : t -> t -> bool
val div : t -> t -> t
val add : t -> t -> t
val sub : t -> t -> t
val of_int : int -> t