vault backup: 2025-03-26 11:37:36
This commit is contained in:
parent
3c2afb6f6b
commit
ae70cdf57a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ begin_T() :=
|
||||||
birthdate(T) <- CLOCK + 1
|
birthdate(T) <- CLOCK + 1
|
||||||
|
|
||||||
X.read_T() :=
|
X.read_T() :=
|
||||||
if l?(XX) != ⊥ then
|
if lc(XX) != ⊥ then
|
||||||
return lc(XX).val
|
return lc(XX).val
|
||||||
lc(XX) <- XX
|
lc(XX) <- XX
|
||||||
if lc(XX).date >= birthdate(T) then
|
if lc(XX).date >= birthdate(T) then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue