diff options
author | Son Ho | 2022-11-14 14:14:38 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 6f714017d71a512042b22d7d0e987f75b47a088f (patch) | |
tree | ed608a74538ff5a34a32a2aee9094e9f41979121 /tests/coq/misc/_CoqProject | |
parent | 6cfd60a0d75a1fcc3734aa9729c79acbfb30e546 (diff) |
Extract the Polonius examples in Coq
Diffstat (limited to 'tests/coq/misc/_CoqProject')
-rw-r--r-- | tests/coq/misc/_CoqProject | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/coq/misc/_CoqProject b/tests/coq/misc/_CoqProject index 7f4981fa..16fcaf44 100644 --- a/tests/coq/misc/_CoqProject +++ b/tests/coq/misc/_CoqProject @@ -9,4 +9,5 @@ External__Funs.v External__Opaque.v External__Types.v NoNestedBorrows.v -Paper.v
\ No newline at end of file +Paper.v +PoloniusList.v
\ No newline at end of file |