Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
franck44 committed Oct 16, 2023
1 parent dcfdb44 commit 8677206
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ module OverflowChecker {
{ // thanks Dafny
}


/**
* Overfloe checker as generated bh the Solidity compiler.
* `clean-up` calls have been removed.
*/
method checked_add_t_uint256(x: u256, y: u256, s: Executing) returns (sum: u256, s': State)

/** if no overflow we get normal state s'. */
Expand Down

0 comments on commit 8677206

Please sign in to comment.