aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/auto.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml
index 9c65bdbbfe..4f8c81c704 100644
--- a/tactics/auto.ml
+++ b/tactics/auto.ml
@@ -266,7 +266,7 @@ open Vernacexpr
(* declaration of the AUTOHINT library object *)
(**************************************************************************)
-let eager o = ref (Lazy.Value o)
+let eager = Lazy.lazy_from_val
(* If the database does not exist, it is created *)
(* TODO: should a warning be printed in this case ?? *)