package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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