aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declare.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/declare.ml')
-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)