aboutsummaryrefslogtreecommitdiffstats
path: root/_CoqProject
diff options
context:
space:
mode:
Diffstat (limited to '_CoqProject')
-rw-r--r--_CoqProject31
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
3theories/utils.v
4theories/res.v
5
6theories/lambda/operational.v
7theories/lambda/operational_props.v
8theories/lambda/interp.v
9theories/lambda/interp_proofs.v
10
11theories/dynlang/operational.v
12theories/dynlang/operational_props.v
13theories/dynlang/interp.v
14theories/dynlang/interp_proofs.v
15theories/dynlang/equiv.v
16
17theories/evallang/operational.v
18theories/evallang/operational_props.v
19theories/evallang/interp.v
20theories/evallang/interp_proofs.v
21theories/evallang/tests.v
22
23theories/nix/floats.v
24theories/nix/operational.v
25theories/nix/operational_props.v
26theories/nix/interp.v
27theories/nix/notations.v
28theories/nix/tests.v
29theories/nix/interp_proofs.v
30theories/nix/wp.v
31theories/nix/wp_examples.v