Module Alpha_context.Ratio

This module re-exports definitions from Ratio_repr.

type t = {
  1. numerator : int;
  2. denominator : int;
}