From 6cfd60a0d75a1fcc3734aa9729c79acbfb30e546 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 14 Nov 2022 14:05:53 +0100 Subject: Generate Coq code for `hashmap` and `hashmap_on_disk` --- tests/coq/hashmap_on_disk/_CoqProject | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/coq/hashmap_on_disk/_CoqProject (limited to 'tests/coq/hashmap_on_disk/_CoqProject') diff --git a/tests/coq/hashmap_on_disk/_CoqProject b/tests/coq/hashmap_on_disk/_CoqProject new file mode 100644 index 00000000..10e247ae --- /dev/null +++ b/tests/coq/hashmap_on_disk/_CoqProject @@ -0,0 +1,9 @@ +-R . Lib +-arg -w +-arg all + +Primitives.v + +HashmapMain__Funs.v +HashmapMain__Opaque.v +HashmapMain__Types.v \ No newline at end of file -- cgit v1.2.3