We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afd1cc commit 620cfbfCopy full SHA for 620cfbf
src/lib/crypto/kimchi_backend/common/poly_comm.ml
@@ -110,16 +110,6 @@ module Make (Inputs : Inputs_intf) = struct
110
in
111
`With_degree_bound { unshifted; shifted }
112
113
- (*
114
- type 'a t =
115
- [ `With_degree_bound of
116
- ('a * 'a) Plonkish_prelude.Or_infinity.t
117
- Plonk_types.Poly_comm.With_degree_bound.t
118
- | `Without_degree_bound of
119
- ('a * 'a) Plonk_types.Poly_comm.Without_degree_bound.t
120
- ]
121
- *)
122
-
123
let of_backend_without_degree_bound (t : Backend.t) =
124
let open Plonk_types.Poly_comm in
125
let unshifted = Backend.unshifted t in
0 commit comments