Abstract
User interfaces for interactive proof assistants have always lagged behind those for mainstream programming languages. Whereas integrated development environments—IDEs—have support for features like project management, version control, dependency analysis and incremental project compilation, “IDE”s for proof assistants typically only operate on files in isolation, relying on external tools to integrate those files into larger projects. In this paper we present Coqoon, an IDE for Coq developments integrated into Eclipse. Coqoon manages proofs as projects rather than isolated source files, and compiles these projects using the Eclipse common build system. Coqoon takes advantage of the latest features of Coq, including asynchronous and parallel processing of proofs, and—when used together with a third-party OCaml extension for Eclipse—can even be used to work on large developments containing Coq plugins.
Original language | English |
---|---|
Title of host publication | 22nd International Conference, TACAS 2016, Held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2016, Eindhoven, The Netherlands, April 2-8, 2016, Proceedings : TACAS 2016: Tools and Algorithms for the Construction and Analysis of Systems |
Number of pages | 15 |
Publisher | Springer |
Publication date | 11 Apr 2016 |
Pages | 316-331 |
ISBN (Print) | 978-3-662-49673-2 |
ISBN (Electronic) | 978-3-662-49674-9 |
DOIs | |
Publication status | Published - 11 Apr 2016 |
Event | Tools and Algorithms for the Construction and Analysis of Systems - Eindhoven University of Technology, Eindhoven, Netherlands Duration: 2 Apr 2016 → 7 Apr 2016 Conference number: 22 http://www.etaps.org/2016/tacas |
Conference
Conference | Tools and Algorithms for the Construction and Analysis of Systems |
---|---|
Number | 22 |
Location | Eindhoven University of Technology |
Country/Territory | Netherlands |
City | Eindhoven |
Period | 02/04/2016 → 07/04/2016 |
Internet address |
Series | Lecture Notes in Computer Science |
---|---|
Volume | 9636 |
ISSN | 0302-9743 |
Keywords
- Proof assistants
- Coq
- IDEs
- Eclipse