aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/README
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-15 13:47:50 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-15 13:47:50 +0000
commit4747fc9599acd710ae9331f0193ac799b040694a (patch)
treef67c49da8d1d19f8e45f18aadcab07f28e51b67d /contrib/extraction/README
parent96d6adbb23386182411a19762463e191eef69c4a (diff)
un peu de mise a jour de la doc extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2535 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/README')
-rw-r--r--contrib/extraction/README15
1 files changed, 3 insertions, 12 deletions
diff --git a/contrib/extraction/README b/contrib/extraction/README
index 98618afb5..2fa44f2b9 100644
--- a/contrib/extraction/README
+++ b/contrib/extraction/README
@@ -1,5 +1,5 @@
-Status of Extraction in Coq V7.0 final.
+Status of Extraction in Coq version 7.x
======================================
J.C. Filliātre
@@ -47,7 +47,7 @@ The last feature (not yet implemented) is to ensure that the extracted
code will typecheck. This will be done soon by adding some "Obj.magic"
calls in the code.
-2) Differences with previous extraction
+2) Differences with previous extraction (V6.3 and before)
2.a) The pros
@@ -67,10 +67,6 @@ V6.3 and V7, and in particular the mechanism of automatic expansion.
2.b) The cons
-The only language currently available is Ocaml. Haskell extraction
-will be added as soon as possible. At the opposite, Caml Light is
-definitely dead.
-
The presence of some parasite "unit" or "prop" as dummy arguments
in functions. This denotes the rests of a proof part. The previous
extraction was able to remove them totally, but this is no more possible
@@ -85,11 +81,7 @@ There is no more "ML import" feature. You can compensate by using
Axioms, and then "Extract Constant ..."
Still no assurance of typechecking, since there is still no "Obj.magic"
-yet. Coming really soon ...
-
-Absolutely no benchmarking nor profiling nor optimizing has been
-done on the new extraction code.
-
+yet. Coming soon ...
3) Examples
@@ -99,7 +91,6 @@ In the subdirectory "test", you can test extraction on the Coq theories.
Go there.
"make tree" to make a local copy of the "theories" tree
"make" to extract & compile most of the theories file
-"make reals" to extract & compile a realization of the Reals axioms
(*):