diff options
author | Son Ho | 2022-11-14 14:05:53 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 6cfd60a0d75a1fcc3734aa9729c79acbfb30e546 (patch) | |
tree | 77c2e38a59ae387f98bb0bf873b7a5c8413492b3 /tests/coq/hashmap/_CoqProject | |
parent | e5bd97f4ad08b277057a23094f2cc76abbeeaddb (diff) |
Generate Coq code for `hashmap` and `hashmap_on_disk`
Diffstat (limited to 'tests/coq/hashmap/_CoqProject')
-rw-r--r-- | tests/coq/hashmap/_CoqProject | 8 |
1 files changed, 8 insertions, 0 deletions
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 |