Skip to content

Commit

Permalink
clarify comments in exercise_03
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhance committed Nov 2, 2024
1 parent 973069a commit ac72105
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ tokenized_state_machine!(

#[inductive(tr_inc_a)]
fn tr_inc_a_preserves_the_invariant(pre: Self, post: Self) {
/* proof here */
/* You can leave this empty */
}

#[inductive(tr_inc_b)]
fn tr_inc_b_preserves_the_invariant(pre: Self, post: Self) {
/* proof here */
/* You can leave this empty */
}

#[inductive(initialize)]
fn initial_state_satisfies_inv(post: Self) {
/* proof here */
/* You can leave this empty */
}
}
);
Expand Down

0 comments on commit ac72105

Please sign in to comment.