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/_CoqProject | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/coq/hashmap/_CoqProject (limited to 'tests/coq/hashmap/_CoqProject') diff --git a/tests/coq/hashmap/_CoqProject b/tests/coq/hashmap/_CoqProject new file mode 100644 index 00000000..2aa6b46c --- /dev/null +++ b/tests/coq/hashmap/_CoqProject @@ -0,0 +1,8 @@ +-R . Lib +-arg -w +-arg all + +Primitives.v + +Hashmap__Types.v +Hashmap__Funs.v \ No newline at end of file -- cgit v1.2.3