From ebfec6cf6af367f6f6e2aa54c6ad4aa37711de3c Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 18 Dec 2001 18:07:11 +0000 Subject: Pour ocamlweb ... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2319 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/extraction.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml index 5e3b0244da..4db7ce6227 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -904,7 +904,7 @@ and extract_inductive_declaration sp = (*s Extraction of a global reference i.e. a constant or an inductive. *) let false_rec_sp = path_of_string "Coq.Init.Specif.False_rec" -let false_rec_e = MLlam (prop_name, MLexn "False_rec") +let false_rec_e = MLlam (prop_name, MLexn "[False_rec]") let extract_declaration r = match r with | ConstRef sp when sp = false_rec_sp -> Dglob (r, false_rec_e) -- cgit v1.2.3