package tezos-benchmark

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

Module Costlang.NumSource

Int or float

Sourcetype t =
  1. | Int of int
  2. | Float of float
Sourceval pp : Format.formatter -> t -> unit
Sourceval add : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval compare : t -> t -> int
OCaml

Innovation. Community. Security.