module Field:sig
..end
Fields.
module type T =sig
..end
A field.
module Bool:sig
..end
The field with two elements.
module Float:sig
..end
The field of floats.
module Int:sig
..end
The "field" of integers.
module Fractions:
Field of fractions over an euclidean domain.
module FractionsField:
module RationalFractions:
Field of rational fractions.
module RationalFractionsField:
module Ring:
Underlying ring of a field.