aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ForLoop
Commit message (Collapse)AuthorAge
* Don't rely on autogenerated namesGravatar Jason Gross2017-06-05
| | | | | | This fixes all of the private-names warnings emitted by compiling fiat-crypto with https://github.com/coq/coq/pull/268 (minus the ones in coqprime, which I didn't touch).
* Add loop invariant framework for for-loopsGravatar Jason Gross2017-04-25
| | | | Also fix bugs in for-loop definition to make the proofs go through
* Add for-loop combinatorGravatar Jason Gross2017-04-14