Skip to content

Commit 283da6f

Browse files
committed
FFD-Send-total
1 parent d6599b0 commit 283da6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

formal-spec/Leios/Simplified/Deterministic.agda

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ IB-Role-Upkeep u≢IB-Role h (No-IB-Role _) u∈su = case Equivalence.from ∈-
133133
opaque
134134
IB-Role-total : ∃[ s' ] s -⟦IB-Role⟧⇀ s'
135135
IB-Role-total {s = s} = let open LeiosState s in case Dec-canProduceIB of λ where
136-
(inj₁ (π , pf)) -, IB-Role pf (proj₂ FFD.FFD-total)
136+
(inj₁ (π , pf)) -, IB-Role pf (proj₂ FFD.FFD-Send-total)
137137
(inj₂ pf) -, No-IB-Role pf
138138

139139
IB-Role-total' : ∃[ ffds ] s -⟦IB-Role⟧⇀ addUpkeep record s { FFDState = ffds } IB-Role
140140
IB-Role-total' {s = s} = let open LeiosState s in case Dec-canProduceIB of λ where
141-
(inj₁ (π , pf)) -, IB-Role pf (proj₂ FFD.FFD-total)
141+
(inj₁ (π , pf)) -, IB-Role pf (proj₂ FFD.FFD-Send-total)
142142
(inj₂ pf) -, No-IB-Role pf
143143

144144
data _-⟦EB-Role⟧⇀_ : LeiosState LeiosState Type where
@@ -175,12 +175,12 @@ EB-Role-Upkeep u≢EB-Role h (No-EB-Role _) u∈su = case Equivalence.from ∈-
175175
opaque
176176
EB-Role-total : ∃[ s' ] s -⟦EB-Role⟧⇀ s'
177177
EB-Role-total {s = s} = let open LeiosState s in case Dec-canProduceEB of λ where
178-
(inj₁ (π , pf)) -, EB-Role pf (proj₂ FFD.FFD-total)
178+
(inj₁ (π , pf)) -, EB-Role pf (proj₂ FFD.FFD-Send-total)
179179
(inj₂ pf) -, No-EB-Role pf
180180

181181
EB-Role-total' : ∃[ ffds ] s -⟦EB-Role⟧⇀ addUpkeep record s { FFDState = ffds } EB-Role
182182
EB-Role-total' {s = s} = let open LeiosState s in case Dec-canProduceEB of λ where
183-
(inj₁ (π , pf)) -, EB-Role pf (proj₂ FFD.FFD-total)
183+
(inj₁ (π , pf)) -, EB-Role pf (proj₂ FFD.FFD-Send-total)
184184
(inj₂ pf) -, No-EB-Role pf
185185

186186
data _-⟦V1-Role⟧⇀_ : LeiosState LeiosState Type where
@@ -215,12 +215,12 @@ V1-Role-Upkeep u≢V1-Role h (No-V1-Role _) u∈su = case Equivalence.from ∈-
215215
opaque
216216
V1-Role-total : ∃[ s' ] s -⟦V1-Role⟧⇀ s'
217217
V1-Role-total {s = s} = let open LeiosState s in case Dec-canProduceV1 of λ where
218-
(yes p) -, V1-Role p (proj₂ FFD.FFD-total)
218+
(yes p) -, V1-Role p (proj₂ FFD.FFD-Send-total)
219219
(no ¬p) -, No-V1-Role ¬p
220220

221221
V1-Role-total' : ∃[ ffds ] s -⟦V1-Role⟧⇀ addUpkeep record s { FFDState = ffds } V1-Role
222222
V1-Role-total' {s = s} = let open LeiosState s in case Dec-canProduceV1 of λ where
223-
(yes p) -, V1-Role p (proj₂ FFD.FFD-total)
223+
(yes p) -, V1-Role p (proj₂ FFD.FFD-Send-total)
224224
(no ¬p) -, No-V1-Role ¬p
225225

226226
data _-⟦V2-Role⟧⇀_ : LeiosState LeiosState Type where
@@ -255,12 +255,12 @@ V2-Role-Upkeep u≢V2-Role h (No-V2-Role _) u∈su = case Equivalence.from ∈-
255255
opaque
256256
V2-Role-total : ∃[ s' ] s -⟦V2-Role⟧⇀ s'
257257
V2-Role-total {s = s} = let open LeiosState s in case Dec-canProduceV2 of λ where
258-
(yes p) -, V2-Role p (proj₂ FFD.FFD-total)
258+
(yes p) -, V2-Role p (proj₂ FFD.FFD-Send-total)
259259
(no ¬p) -, No-V2-Role ¬p
260260

261261
V2-Role-total' : ∃[ ffds ] s -⟦V2-Role⟧⇀ addUpkeep record s { FFDState = ffds } V2-Role
262262
V2-Role-total' {s = s} = let open LeiosState s in case Dec-canProduceV2 of λ where
263-
(yes p) -, V2-Role p (proj₂ FFD.FFD-total)
263+
(yes p) -, V2-Role p (proj₂ FFD.FFD-Send-total)
264264
(no ¬p) -, No-V2-Role ¬p
265265

266266
data _-⟦_/_⟧⇀_ : LeiosState LeiosInput LeiosOutput LeiosState Type where

0 commit comments

Comments
 (0)