Skip to content

Commit

Permalink
more comments on mul
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuoguo committed Feb 12, 2025
1 parent 946256c commit b7c3d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/human_eval_013.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ use vstd::prelude::*;
verus! {

// This function is part of the specification
// It helps Verus automatically choose the correct
// quantifiers in the code below.
pub open spec fn mul(a: nat, b: nat) -> nat {
builtin::mul(a, b)
a * b
}

// This function is also part of the specification
Expand Down

0 comments on commit b7c3d1d

Please sign in to comment.