aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ForLoop/InvariantFramework.v
Commit message (Collapse)AuthorAge
* remove old loops codeGravatar Andres Erbsen2018-03-27
|
* 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