package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = int Stdlib__Map.Make(Stdlib.String).t
val encoding : t Data_encoding.t
val one : t
val singleton : string -> t
val get_support : t -> string list
val compare : t -> t -> int
val equal : t -> t -> bool
val deg : t -> string -> int
val mul : t -> t -> t
val apply : t -> spec -> (scalar * t) option
val to_ascii : t -> string option
val pp : Stdlib.Format.formatter -> t -> unit
val add_prefix : string -> t -> t
module MonomialOperators : sig ... end