package tezos-benchmark

  1. Overview
  2. Docs

Int or float

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

Innovation. Community. Security.