]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_env.mli
A lazy value was put in place of a function ==> the memoized value was no
[helm.git] / helm / ocaml / getter / http_getter_env.mli
index cb1731792e1140fa5fa733367bc67b37802576d5..f55867c923cb406be218b78364980a2197ded56c 100644 (file)
@@ -53,7 +53,7 @@ val dtd_base_url  : string lazy_t         (* base URL for DTD downloading *)
 
 val host          : string lazy_t         (* host on which getter listens *)
 val my_own_url    : string lazy_t         (* URL at which contact getter *)
-val servers       : (int * string) list lazy_t
+val servers       : unit -> (int * string) list
                                     (* (position * server) list *)
 val cache_mode    : encoding lazy_t       (* cached files encoding *)