aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/Karatsuba.v
Commit message (Collapse)AuthorAge
* Factor karatsuba through IdfunWithAlt, add testGravatar Jason Gross2017-06-11
| | | | | | | | | | | Currently the refinement is commented out. Also, we drop the proof of equality early (and probably won't use it in the first place); there's no way we can carry around such a proof in reflective-land, so we'll need to add an arithmetical-equality semi-decider to reflective-land that can prove the relevant equalities (or we'll need to leave them over as side-conditions). I expeect this may make things significantly easier on @jadephilipoom.
* Fix broken implicitsGravatar Jason Gross2017-06-08
| | | | Closes #190
* first stage of synthesis for karatsuba with alt-bounds hack, contains ↵Gravatar jadep2017-06-07
| | | | several admitted lemmas
* Make Karatsuba depend on Arithmetic/Core to make calling it less of a painGravatar jadep2017-06-02
|
* pulled in a CPS version of Karatsuba from another branchGravatar jadep2017-06-02