Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teach debugging with sexp #7

Open
mimoo opened this issue Nov 2, 2021 · 1 comment
Open

teach debugging with sexp #7

mimoo opened this issue Nov 2, 2021 · 1 comment

Comments

@mimoo
Copy link
Contributor

mimoo commented Nov 2, 2021

printf !"%{sexp: (unit, Fp.t) Gate_spec.t list}\n" g;

and sexp_opaque and deriving sexp

@mimoo
Copy link
Contributor Author

mimoo commented Jan 27, 2022

associated record:

  type ('row, 'f) t =
    { kind : (Kimchi.Protocol.gate_type[@sexp.opaque])
    ; wired_to : 'row Position.t array
    ; coeffs : 'f array
    }
  [@@deriving sexp_of]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant