diff options
Diffstat (limited to '_CoqProject')
-rw-r--r-- | _CoqProject | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/_CoqProject b/_CoqProject new file mode 100644 index 0000000..49e7e24 --- /dev/null +++ b/_CoqProject | |||
@@ -0,0 +1,31 @@ | |||
1 | -Q theories mininix | ||
2 | |||
3 | theories/utils.v | ||
4 | theories/res.v | ||
5 | |||
6 | theories/lambda/operational.v | ||
7 | theories/lambda/operational_props.v | ||
8 | theories/lambda/interp.v | ||
9 | theories/lambda/interp_proofs.v | ||
10 | |||
11 | theories/dynlang/operational.v | ||
12 | theories/dynlang/operational_props.v | ||
13 | theories/dynlang/interp.v | ||
14 | theories/dynlang/interp_proofs.v | ||
15 | theories/dynlang/equiv.v | ||
16 | |||
17 | theories/evallang/operational.v | ||
18 | theories/evallang/operational_props.v | ||
19 | theories/evallang/interp.v | ||
20 | theories/evallang/interp_proofs.v | ||
21 | theories/evallang/tests.v | ||
22 | |||
23 | theories/nix/floats.v | ||
24 | theories/nix/operational.v | ||
25 | theories/nix/operational_props.v | ||
26 | theories/nix/interp.v | ||
27 | theories/nix/notations.v | ||
28 | theories/nix/tests.v | ||
29 | theories/nix/interp_proofs.v | ||
30 | theories/nix/wp.v | ||
31 | theories/nix/wp_examples.v | ||