aboutsummaryrefslogtreecommitdiff
path: root/src/Arithmetic/Saturated.v
Commit message (Collapse)AuthorAge
...
* Strip trailing whitespaceGravatar Jason Gross2017-06-02
| | | | | | | With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ```
* remove redundant definitionGravatar jadep2017-05-14
|
* make freeze use the correct versions of add_get_carry and zselectGravatar jadep2017-05-14
|
* move some lemmas to Core and define a tuple-select operationGravatar jadep2017-05-01
|
* Fix base-case for compact_digit (for a list [x;y], we want to do div/mod on ↵Gravatar jadep2017-05-01
| | | | x and y, not x and (y mod _).
* proved freeze, removed initial carry step (the correctness proof of that ↵Gravatar jadep2017-05-01
| | | | step needs bounds-checker)
* prove compact obeys div/mod ruleGravatar jadep2017-05-01
|
* prove compact_digit obeys div/mod ruleGravatar jadep2017-05-01
|
* first attempts at freezeGravatar jadep2017-05-01
|
* More comment on Saturated.v, explaining representation and the [compact] ↵Gravatar jadep2017-04-11
| | | | operation
* rename-everythingGravatar Andres Erbsen2017-04-06