package base

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

This module is not exposed in Core. Instead, these functions are accessed and commented in the various Core modules implementing Int_intf.S.

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

derived operations common to various integer modules

val int_pow : int -> int -> int
val int64_pow : int64 -> int64 -> int64
val int63_pow_on_int64 : int64 -> int64 -> int64