diff options
| author | letouzey | 2003-11-12 03:06:27 +0000 |
|---|---|---|
| committer | letouzey | 2003-11-12 03:06:27 +0000 |
| commit | 4638e487738118ef79d90f1f0b262d6beb98d974 (patch) | |
| tree | 1c93567e1158d36408d4e24c3982d471d21c7e48 | |
| parent | b7f890ef306ab969522b60d54b96b8e11f36e1da (diff) | |
deux doigts d'extraction dans le CHANGES pour la V8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4859 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -142,6 +142,14 @@ Tactics longer an immediate hint), resulting in shorter proofs and subgoals proved more easily +Extraction (See details in contrib/extraction/CHANGES) + +- The old commands: (Recursive) Extraction Module M. + are now: (Recursive) Extraction Library M. + To use these commands, M should come from a library M.v +- The other syntax Extraction & Recursive Extraction now accept + module names as arguments. + Bugs - Rename bug fixed (#244) |
