forked from AU-COBRA/ConCert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_CoqProject
34 lines (30 loc) · 812 Bytes
/
_CoqProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-arg -w -arg -notation-overridden
-arg -w -arg -non-reversible-notation
-R ../execution/theories ConCert.Execution
-R ../utils/theories ConCert.Utils
-Q theories ConCert.Embedding
theories/Ast.v
theories/CertifyingTranslate.v
theories/EnvSubst.v
theories/EvalE.v
theories/Misc.v
theories/Notations.v
theories/Prelude.v
theories/SimpleBlockchain.v
theories/Tests.v
theories/TranslationUtils.v
theories/Utils.v
theories/Wf.v
theories/pcuic/PCUICCorrectness.v
theories/pcuic/PCUICCorrectnessAux.v
theories/pcuic/PCUICFacts.v
theories/pcuic/PCUICTranslate.v
theories/pcuic/PCUICtoTemplate.v
-Q extraction ConCert.Embedding.Extraction
extraction/Liquidity.v
extraction/PreludeExt.v
extraction/SimpleBlockchainExt.v
-Q examples ConCert.Embedding.Examples
examples/AcornExamples.v
examples/Demo.v
examples/FinMap.v