aboutsummaryrefslogtreecommitdiff
path: root/_CoqProject
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-03 16:59:19 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-05 15:31:28 -0700
commit93398f3889a094cc1862f8cad2d23f5661c4f852 (patch)
tree1515f669b5a5de7115260f56d1c21e84179b6dd6 /_CoqProject
parente43e4322481d1d90b74896de5cea886b1f87cca7 (diff)
A helper lemma for [Wf]
This method allows a proof term that's linear in the term being proven well-founded, rather than exponential in it. By factoring out all of the reasoning about expressions, we can incur overhead equal to (the number of constants) + (the number of let-bindings) + (the number of variables used), all without mentioning the term itself; [vm_compute] can do the appropriate reduction for us.
Diffstat (limited to '_CoqProject')
-rw-r--r--_CoqProject1
1 files changed, 1 insertions, 0 deletions
diff --git a/_CoqProject b/_CoqProject
index ae4bea90f..144b187e7 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -70,6 +70,7 @@ src/Reflection/ReifyDirect.v
src/Reflection/ReifyExact.v
src/Reflection/Syntax.v
src/Reflection/TestCase.v
+src/Reflection/WfReflective.v
src/Spec/CompleteEdwardsCurve.v
src/Spec/EdDSA.v
src/Spec/Encoding.v