Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
//! constrain v0 == u1 0, "Index out of bounds"
//! v2 = allocate -> &mut Field
//! store Field 0 at v2
//! v3 <- load v2 -> Field
//! v3 = load v2 -> Field
//! v4 = add v3, Field 2
//! ```
//!
Expand Down