Skip to content

Commit

Permalink
fixup! [ocaml-gen] rename macros to more helpful names
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 29, 2021
1 parent b9ba078 commit 40b8f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/plonk-15-wires/src/gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl<F: Field> JointLookup<F> {
)]
#[cfg_attr(
feature = "ocaml_types",
derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::OcamlEnum)
derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::Enum)
)]
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]
pub enum GateType {
Expand Down

0 comments on commit 40b8f05

Please sign in to comment.