package base

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

Module Base.Int_mathSource

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

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

Derived operations common to various integer modules.

Sourcemodule Private : sig ... end
OCaml

Innovation. Community. Security.