Module Tezos_raw_protocol_alpha.Fixed_point_reprSource

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

Sourcetype fp_tag
Sourcetype integral_tag
Sourcemodule type Safe = sig ... end

A signature for modules implementing a fixed-point arithmetic.

Sourcemodule type Full = sig ... end