Skip to content

Commit

Permalink
Merge pull request #14198 from MinaProtocol/volhovm/13901-pickles-types
Browse files Browse the repository at this point in the history
[#13901] Implement accessors via derive_ppx
  • Loading branch information
dannywillems authored Sep 27, 2023
2 parents 8167366 + fee05d5 commit 4ba4475
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/lib/pickles_types/plonk_types.mli
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,7 @@ module Messages : sig
, 'bool )
Opt.t
}

(** Field accessors *)

val w_comm :
('g, 'bool) t -> 'g Poly_comm.Without_degree_bound.t Columns_vec.t

val z_comm : ('g, 'bool) t -> 'g Poly_comm.Without_degree_bound.t

val t_comm : ('g, 'bool) t -> 'g Poly_comm.Without_degree_bound.t
[@@deriving fields]
end

val typ :
Expand Down

0 comments on commit 4ba4475

Please sign in to comment.