package tezos-plompiler

  1. Overview
  2. Docs

Module Csir.TableSource

Sourcetype t
Sourceval empty : t
Sourceval size : t -> int
Sourcetype entry = {
  1. a : Scalar.t;
  2. b : Scalar.t;
  3. c : Scalar.t;
}
Sourcetype partial_entry = {
  1. a : Scalar.t option;
  2. b : Scalar.t option;
  3. c : Scalar.t option;
}
Sourceval mem : entry -> t -> bool
Sourceval find : partial_entry -> t -> entry option
Sourceval to_list : t -> Scalar.t array list
Sourceval of_list : Scalar.t array list -> t
OCaml

Innovation. Community. Security.