Module Tezos_raw_protocol_alpha.Fixed_point_repr

This module defines a standard signature for modules providing fixed-point arithmetic.

type fp_tag
type integral_tag
module type Safe = sig ... end

A signature for modules implementing a fixed-point arithmetic.

module type Full = sig ... end