Skip to content

Commit b718d1c

Browse files
authored
Add citation to README (#54)
1 parent 83007b9 commit b718d1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Interact with Coq files and navigate through your proofs using our Python client
44

55
Execute Coq files, retrieve the generated context and edit proofs through insertion and removal of steps.
66

7+
If you use CoqPyt in an article, please cite:
8+
9+
[CoqPyt: Proof Navigation in Python in the Era of LLMs](https://doi.org/10.1145/3663529.3663814)
10+
11+
```
12+
@inproceedings{carrott2024coqpyt,
13+
title={CoqPyt: Proof Navigation in Python in the Era of LLMs},
14+
author={Carrott, Pedro and Saavedra, Nuno and Thompson, Kyle and Lerner, Sorin and Ferreira, Jo{\~a}o F and First, Emily},
15+
booktitle={Companion Proceedings of the 32nd ACM International Conference on the Foundations of Software Engineering},
16+
pages={637--641},
17+
year={2024}
18+
}
19+
```
20+
721
## Installation
822

923
[coq-lsp](https://github.com/ejgallego/coq-lsp) must be installed on version >= 0.1.7. Follow the installation instructions provided [here](https://github.com/ejgallego/coq-lsp#%EF%B8%8F-installation).

0 commit comments

Comments
 (0)