diff options
| author | Tej Chajed | 2017-09-06 09:13:42 -0400 |
|---|---|---|
| committer | Théo Zimmermann | 2017-10-02 17:30:00 +0200 |
| commit | 8bf34547d21d417140b726fab5fdbf8625c5be95 (patch) | |
| tree | d49fdf9db0b284b4bf4f01b9d816d6e39dd4679f | |
| parent | b9740771e8113cb9e607793887be7a12587d0326 (diff) | |
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 |
