aboutsummaryrefslogtreecommitdiffhomepage
path: root/library
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 17:03:59 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 17:03:59 +0000
commit1fd241cdc6a0cee92720230609df17cf97cbc5c8 (patch)
tree76a7831aecd110acc736e105ea337abefe33f4cc /library
parent0c333a1c85be4b57535ddeed43f85029f1ff199c (diff)
Les variables doivent persister dans les vo pour HELM
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1007 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
-rw-r--r--library/declare.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declare.ml b/library/declare.ml
index 3e561390e..4c68617c2 100644
--- a/library/declare.ml
+++ b/library/declare.ml
@@ -71,7 +71,7 @@ let (in_variable, out_variable) =
cache_function = cache_variable;
load_function = (fun _ -> ());
open_function = (fun _ -> ());
- export_function = (fun x -> None) }
+ export_function = (fun x -> Some x) }
in
declare_object ("VARIABLE", od)