Skip to content

Commit 1561593

Browse files
committed
Cosmetic fixes
1 parent b1cb341 commit 1561593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Ledger/Dijkstra/Specification/Certs/Properties/Computational.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ instance
132132
Computational-CERT : Computational _⊢_⇀⦇_,CERT⦈_ String
133133
Computational-CERT .computeProof ce cs dCert
134134
with computeProof ⟦ PParamsOf ce , PoolsOf cs , dom (DRepsOf cs) ⟧ (DStateOf cs) dCert
135-
| computeProof ⟦ EpochOf ce , PParamsOf ce ⟧ (PStateOf cs) dCert
135+
| computeProof ⟦ EpochOf ce , PParamsOf ce ⟧ (PStateOf cs) dCert
136136
| computeProof ⟦ EpochOf ce , PParamsOf ce , ColdCredentialsOf ce ⟧ cs dCert
137137
138138
... | success (_ , h) | _ | _ = success (-, CERT-deleg h)
@@ -152,7 +152,7 @@ instance
152152
... | success _ | refl = refl
153153
Computational-CERT .completeness ce cs
154154
dCert@(regpool c poolParams) cs' (CERT-pool h)
155-
with computeProof ⟦ CertEnv.epoch ce , CertEnv.pp ce ⟧ (CertState.pState cs) dCert
155+
with computeProof ⟦ EpochOf ce , PParamsOf ce ⟧ (PStateOf cs) dCert
156156
| completeness _ _ _ _ h
157157
... | success _ | refl = refl
158158
Computational-CERT .completeness ce cs

0 commit comments

Comments
 (0)