From 97c72ad6da000682171c819ba712c6c68a09686f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 11 Jun 2017 19:15:15 -0400 Subject: Factor karatsuba through IdfunWithAlt, add test 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. --- _CoqProject | 1 + 1 file changed, 1 insertion(+) (limited to '_CoqProject') diff --git a/_CoqProject b/_CoqProject index a62bbd701..068322889 100644 --- a/_CoqProject +++ b/_CoqProject @@ -207,6 +207,7 @@ src/Specific/ArithmeticSynthesisTest130.v src/Specific/IntegrationTestDisplayCommon.v src/Specific/IntegrationTestFreeze.v src/Specific/IntegrationTestFreezeDisplay.v +src/Specific/IntegrationTestKaratsubaMul.v src/Specific/IntegrationTestLadderstep.v src/Specific/IntegrationTestLadderstep130.v src/Specific/IntegrationTestLadderstep130Display.v -- cgit v1.2.3