package tezos-benchmark

  1. Overview
  2. Docs

Abstract representation of models. Models are strongly typed: Model_impl.arg_type exposes what a model expects on input. The relation between arg_type and model_type is encoded through a value of type arity.

type arg_type
val name : Namespace.t
val takes_saturation_reprs : bool

If true, the generated function takes Saturation_repr.may_saturate Saturation_repr.t as arguments instead of ints. Otherwise, the generated function takes ints.

module Def (X : Costlang.S) : sig ... end
OCaml

Innovation. Community. Security.