-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_CoqProject
69 lines (57 loc) · 1.66 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
-Q theories gitrees
-Q vendor/Binding Binding
-arg -w -arg -ssr-search-moved
vendor/Binding/Properties.v
vendor/Binding/Lib.v
vendor/Binding/Set.v
vendor/Binding/Auto.v
vendor/Binding/Core.v
vendor/Binding/Inc.v
vendor/Binding/Intrinsic.v
vendor/Binding/TermSimpl.v
vendor/Binding/Product.v
vendor/Binding/Env.v
vendor/Binding/Resolver.v
theories/prelude.v
theories/lang_generic.v
theories/gitree/core.v
theories/gitree/subofe.v
theories/gitree/lambda.v
theories/gitree/reify.v
theories/gitree/greifiers.v
theories/gitree/reductions.v
theories/gitree/weakestpre.v
theories/hom.v
theories/gitree.v
theories/program_logic.v
theories/effects/store.v
theories/effects/callcc.v
theories/effects/io_tape.v
theories/effects/exceptions.v
theories/effects/delim.v
theories/lib/pairs.v
theories/lib/while.v
theories/lib/factorial.v
theories/lib/iter.v
theories/examples/delim_lang/lang.v
theories/examples/delim_lang/typing.v
theories/examples/delim_lang/interp.v
theories/examples/delim_lang/hom.v
theories/examples/delim_lang/example.v
theories/examples/delim_lang/logpred.v
theories/examples/delim_lang/logrel.v
theories/examples/input_lang_callcc/lang.v
theories/examples/input_lang_callcc/interp.v
theories/examples/input_lang_callcc/hom.v
theories/examples/input_lang_callcc/logrel.v
theories/examples/input_lang/lang.v
theories/examples/input_lang/interp.v
theories/examples/input_lang/logpred.v
theories/examples/input_lang/logrel.v
theories/examples/except_lang/lang.v
theories/examples/except_lang/interp.v
theories/examples/except_lang/typing.v
theories/examples/affine_lang/lang.v
theories/examples/affine_lang/logrel1.v
theories/examples/affine_lang/logrel2.v
theories/utils/finite_sets.v