File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11//! Contains lower-level tools that allow programmable specification
22//! of proof statements.
33//!
4- //! The higher-level [ `define_proof`] macro allows declarative
4+ //! The higher-level `define_proof` macro allows declarative
55//! specification of static proof statements, and expands into code
66//! that uses this lower-level API. This lower-level API can also be
77//! used directly to perform imperative specification of proof
2828//! to the generic statement function, then consume the verifier to
2929//! obtain a verification result.
3030//!
31- //! Note that the expansion of the [ `define_proof`] macro contains a
31+ //! Note that the expansion of the `define_proof` macro contains a
3232//! public `internal` module with the generated proof statement
3333//! function, making it possible to combine generated and hand-crafted
3434//! proof statements into the same constraint system.
You can’t perform that action at this time.
0 commit comments