From b360a6d7c86a5b79d995b642b7208353bae42ae1 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 20 Mar 2002 08:48:57 +0000 Subject: un peu moins d'eta-expansion autour des Glob git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2549 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 37b8b4492e..cfd4e33faa 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -263,7 +263,7 @@ let prop_abstract f = (*s Abstraction of an constant. *) let abstract_constant sp s = - if s = [] then MLglob (ConstRef sp) + if List.for_all ((=) default) s then MLglob (ConstRef sp) else let f a = if List.mem default s then MLapp (MLglob (ConstRef sp), a) -- cgit v1.2.3