vault backup: 2025-03-26 11:37:36

This commit is contained in:
Marco Realacci 2025-03-26 11:37:36 +01:00
parent 3c2afb6f6b
commit ae70cdf57a

View file

@ -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