package prbnmcn-basic-structures

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

Module type Basic_intf.FieldSource

Field, assuming the ring is commutative.

type t
val zero : t
val add : t -> t -> t
val neg : t -> t
val one : t
val mul : t -> t -> t
val sub : t -> t -> t
val of_int : int -> t
val div : t -> t -> t
OCaml

Innovation. Community. Security.