package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Evaluations_sig = sig ... end
module Make (E : sig ... end) : Evaluations_sig with type scalar = E.scalar and type domain = E.domain and type polynomial = E.polynomial and type t = E.t