diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-10-03 15:40:04 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-10-03 15:40:04 +0200 |
commit | 2b9a34e2ffb2bf066b3b0f8452e35622519cae1c (patch) | |
tree | 620d7916f57e66c359a9932ed5c539a6ea400210 | |
parent | 1d54d436c9a033d23582a8b359609fda4349adbf (diff) | |
parent | 8bf34547d21d417140b726fab5fdbf8625c5be95 (diff) |
Merge PR #1110: Mention requiring extraction/funind in CHANGES
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -133,6 +133,13 @@ Plugins - The mathematical proof language (also known as declarative mode) was removed. - A new command Extraction TestCompile has been introduced, not meant for the general user but instead for Coq's test-suite. +- The extraction plugin is no longer loaded by default. It must be + explicitly loaded with [Require Extraction], which is backwards + compatible. +- The functional induction plugin (which provides the [Function] + vernacular) is no longer loaded by default. It must be explicitly + loaded with [Require FunInd], which is backwards compatible. + Dependencies |