package base

  1. Overview
  2. Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

base-v0.14.0.tar.gz
sha256=e89c4b898d9e93527f1c84f6784f9a92a1dfa86877f39ac4450a6cb69e866de6
md5=5a00382c724e97b6768aaa27481dd3cc

doc/base/Base/Int_math/index.html

Module Base.Int_math

This module implements derived integer operations (e.g., modulo, rounding to multiples) based on other basic operations.

module type Make_arg = sig ... end
module Make (X : Make_arg) : sig ... end

Derived operations common to various integer modules.

module Private : sig ... end
OCaml

Innovation. Community. Security.