-
Notifications
You must be signed in to change notification settings - Fork 0
/
_CoqProject
executable file
·62 lines (62 loc) · 1.38 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
src/META.coq-mtac2.in
COQMF_WARN = "-warn-error +a-3-23"
CAMLDEBUG = "-g"
-arg -bt
-I src
-R theories Mtac2
-Q tests Mtac2Tests
-arg "-w -unrecognized-unicode"
src/metaCoqInit.mlg
src/metaCoqInstr.mli
src/constrs.ml
src/constrs.mli
src/mtacNames.ml
src/mtacNames.mli
src/mConstr.ml
src/mConstr.mli
src/run.ml
src/run.mli
src/metaCoqInterp.ml
src/metaCoqInterp.mli
src/metaCoqTactic.mlg
src/MetaCoqPlugin.mlpack
theories/lib/Logic.v
theories/lib/Specif.v
theories/lib/Datatypes.v
theories/lib/List.v
theories/lib/Utils.v
theories/intf/Sorts.v
theories/Base.v
theories/DecomposeApp.v
theories/tactics/TacticsBase.v
theories/tactics/Tactics.v
theories/tactics/ImportedTactics.v
theories/tactics/IntroPatt.v
theories/tactics/CompoundTactics.v
theories/tactics/ConstrSelector.v
theories/tactics/Ttactics.v
theories/Mtac2.v
theories/intf/MTele.v
theories/meta/MTeleMatchDef.v
theories/meta/MTeleMatch.v
theories/meta/MFixDef.v
theories/meta/MFix.v
theories/ideas/SumRun.v
theories/Pattern.v
theories/intf/Dyn.v
theories/intf/Name.v
theories/intf/Exceptions.v
theories/intf/Reduction.v
theories/intf/DeclarationDefs.v
theories/intf/Unification.v
theories/intf/Case.v
theories/intf/Goals.v
theories/intf/Lift.v
theories/intf/Tm_kind.v
theories/intf/M.v
theories/meta/Exhaustive.v
theories/ideas/Abstract.v
theories/ideas/DepDestruct.v
theories/ideas/SubgoalsStrict.v
theories/ideas/StaticApply.v
theories/ideas/Transport.v