-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_CoqProject
71 lines (52 loc) · 1.39 KB
/
_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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#-Q ./coq-library-undecidability/PCP "PCP"
-Q ./coq-library-undecidability "Undecidability"
-Q ./base-library "Shared"
-Q "./template-coq/template-coq/theories/" Template
-I "./template-coq/template-coq/src"
-R . "L"
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files,-cannot-define-projection,-records,-unused-intro-pattern,-tactics,-masking-absolute-name
-install none
COQDOCFLAGS = "--charset utf-8 -s --parse-comments --with-header ./docs/website/resources/header.html --with-footer ./docs/website/resources/footer.html --index indexpage"
Prelim/MoreBase.v
Prelim/ARS.v
Prelim/StringBase.v
Prelim/MoreList.v
L.v
Tactics/Computable.v
Tactics/ComputableTime.v
Tactics/LTactics.v
Tactics/Extract.v
Tactics/GenEncode.v
Tactics/Lproc.v
Tactics/Lbeta.v
Tactics/Reflection.v
Tactics/LClos.v
Tactics/LClos_Eval.v
Tactics/Lrewrite.v
Tactics/Lsimpl.v
Tactics/ComputableTactics.v
Tactics/ComputableDemo.v
Tactics/mixedTactics.v
Datatypes/LUnit.v
Datatypes/LBool.v
Datatypes/LNat.v
Datatypes/Lists.v
Datatypes/LOptions.v
Datatypes/LProd.v
Datatypes/LTerm.v
Functions/Equality.v
Functions/Ackermann.v
Computability/Seval.v
Functions/Universal.v
Computability/Synthetic.v
Reductions/H10.v
TM/Prelim.v
TM/TM.v
TM/TMEncoding.v
Reductions/TM.v
Reductions/SRH_SR.v
Reductions/SR_MPCP.v
Reductions/MPCP_PCP.v
Reductions/PCP_CFG.v
Computability/Computability.v
Computability/MuRec.v