From fb6afb4a7256b33725660668738bc17c84ae94f5 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 23 Oct 2019 15:10:14 +0200 Subject: Changelog entry --- doc/changelog/08-tools/08642-vos-files.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/changelog/08-tools/08642-vos-files.rst (limited to 'doc') diff --git a/doc/changelog/08-tools/08642-vos-files.rst b/doc/changelog/08-tools/08642-vos-files.rst new file mode 100644 index 0000000000..24a610c56b --- /dev/null +++ b/doc/changelog/08-tools/08642-vos-files.rst @@ -0,0 +1,7 @@ +- `coqc` now provides the ability to generate compiled interfaces. + Use `coqc -vos foo.v` to skip all opaque proofs during the + compilation of `foo.v`, and output a file called `foo.vos`. + This feature enables working on a Coq file without the need to + first compile the proofs contained in its dependencies + (`#8642 `_ by Arthur Charguéraud, review by + Maxime Dénès and Emilio Gallego). -- cgit v1.2.3