aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/BoundByCast.v
Commit message (Collapse)AuthorAge
* Switch to fully uncurried form for reflectionGravatar Jason Gross2017-03-01
| | | | | | | | | | | This will eventually make a number of proofs easier. Unfortunately, the correctness lemmas for AddCoordinates and LadderStep no longer work (because of different arities), and there's a proof in Experiments/Ed25519 that I've admitted. The correctness lemmas will be easy to re-add when we have a more general version that handle arbitrary type shapes.
* More uniform namingGravatar Jason Gross2017-02-13
|
* Split up BoundByCastGravatar Jason Gross2017-02-13
|
* Generalize BoundByCast a bitGravatar Jason Gross2017-02-10
| | | | The rules for handling | / & vs >> are different; we can truncate early on | / &, but not on >>
* Use Eta in BoundByCastGravatar Jason Gross2017-02-10
|
* Factor things into BoundByCast.vGravatar Jason Gross2017-02-08