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 f3d8cd1 commit f32e5c2Copy full SHA for f32e5c2
circuits/plonk-15-wires/src/gate.rs
@@ -117,7 +117,7 @@ impl<F: Field> JointLookup<F> {
117
)]
118
#[cfg_attr(
119
feature = "ocaml_types",
120
- derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::OcamlEnum)
+ derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::Enum)
121
122
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]
123
pub enum GateType {
0 commit comments