File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ module DLS : sig
28
28
29
29
val new_key : (unit -> 'a ) -> 'a key
30
30
(* * [new_key compute] allocates a new key for associating values in storage
31
- associated with domains. The initial value for each domain is [compute]d by
32
- calling the given function if the [key] is {{!get}read} before it has been
33
- {{!set}written}. The [compute] function might be called multiple times per
34
- domain, but only one result will be used. *)
31
+ associated with domains. The initial value for each domain is [compute]d
32
+ by calling the given function if the [key] is {{!get} read} before it has
33
+ been {{!set} written}. The [compute] function might be called multiple
34
+ times per domain, but only one result will be used. *)
35
35
36
36
val get : 'a key -> 'a
37
37
(* * [get key] returns the value associated with the [key] in the storage
You can’t perform that action at this time.
0 commit comments