package tezos-benchmark

  1. Overview
  2. Docs
module R = Stdlib.Float

Our favorite "ring"

module type S = sig ... end
module Make (M : Tezos_base.TzPervasives.Map.S) : S with type t = R.t M.t and type basis = M.key
module String : S with type t = R.t Tezos_base.TzPervasives.String.Map.t and type basis = string
OCaml

Innovation. Community. Security.