Skip to content

Commit f32e5c2

Browse files
committed
fixup! [ocaml-gen] rename macros to more helpful names
1 parent f3d8cd1 commit f32e5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuits/plonk-15-wires/src/gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl<F: Field> JointLookup<F> {
117117
)]
118118
#[cfg_attr(
119119
feature = "ocaml_types",
120-
derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::OcamlEnum)
120+
derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::Enum)
121121
)]
122122
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]
123123
pub enum GateType {

0 commit comments

Comments
 (0)