From d3054c8ba755bea855cbcecd12b1e54529d15693 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 15 May 2017 16:00:45 -0400 Subject: Add Wf_from_unit This one is much easier to compute with, and it means we can get rid of a lot of pesky Named.wff proofs. --- _CoqProject | 1 + 1 file changed, 1 insertion(+) (limited to '_CoqProject') diff --git a/_CoqProject b/_CoqProject index 078735a78..8d289a6fb 100644 --- a/_CoqProject +++ b/_CoqProject @@ -102,6 +102,7 @@ src/Compilers/Named/SmartMap.v src/Compilers/Named/Syntax.v src/Compilers/Named/WeakListContext.v src/Compilers/Named/Wf.v +src/Compilers/Named/WfFromUnit.v src/Compilers/Named/WfInterp.v src/Compilers/Named/ContextProperties/NameUtil.v src/Compilers/Named/ContextProperties/SmartMap.v -- cgit v1.2.3