-
Notifications
You must be signed in to change notification settings - Fork 4
/
sources.cfg
105 lines (93 loc) · 1.96 KB
/
sources.cfg
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
%% Preliminaries
base/nat.elf
base/nat.thm
base/pre-syntax.elf
%% Singleton metatheory
sing/constant.elf
sing/il.elf
sing/ile.elf
sing/il-simp.elf
sing/expand.elf
sing/subtype.elf
sing/el.elf
sing/algorithm.elf
sing/translate.elf
sing/convert.elf
sing/equality.thm
sing/subst-fun.thm
sing/strengthen.thm
sing/explicit-lemmas.thm
sing/regularity.thm
sing/subst-effect.thm
sing/inversion.thm
sing/substitution.thm
sing/expand.thm
sing/subtype-lemmas.thm
sing/trans-fun.thm
sing/trans-reg.thm
sing/trans-sub.thm
sing/esubstitution.thm
sing/functionality.thm
sing/eregularity.thm
sing/convert-effect.thm
sing/convert-explicit.thm
sing/convert-reg-il.thm
sing/convert-fun.thm
sing/convert-normal.thm
sing/convert-sub.thm
sing/convert-reg.thm
sing/sound.thm
sing/complete.thm
sing/flay.thm
sing/correct.thm
sing/el-inversion.thm
%% Internal language
il/syntax.elf
il/value.elf
il/static.elf
il/opsem.elf
il/singleton.elf
%% Type safety
safety/equality.thm
safety/functionality.thm
safety/regularity.thm
safety/flay-il.thm
safety/substitution.thm
safety/inversion-static.thm
safety/singleton.thm
safety/principal.thm
safety/consistency.thm
safety/canon.thm
safety/inversion.thm
safety/progress.thm
safety/preservation.thm
safety/determinism.thm
%% Elaboration
elaborate/el.elf
elaborate/prepass.elf
elaborate/elaboration.elf
elaborate/resolve.elf
elaborate/ty-elab.elf
elaborate/instance.elf
elaborate/distribute.elf
elaborate/expr-elab.elf
elaborate/match-elab.elf
elaborate/pat-elab.elf
elaborate/dec-elab.elf
elaborate/strexp-elab.elf
elaborate/spec-elab.elf
elaborate/sigexp-elab.elf
%% Static correctness
correct/resolve.thm
correct/ty-elab.thm
correct/instance.thm
correct/distribute.thm
correct/elaboration.thm
correct/expr-elab.thm
correct/match-elab.thm
correct/pat-elab.thm
correct/dec-elab.thm
correct/strexp-elab.thm
correct/spec-elab.thm
correct/sigexp-elab.thm
correct/denouement.thm