package modular-arithmetic

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception No_mul_inverse of int * int
module type Modulus = sig ... end
module type Mod_int = sig ... end
module Make (M : Modulus) : Mod_int