Module Alpha_context.RatioSource

This module re-exports definitions from Ratio_repr.

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