Skip to content

Commit b989b19

Browse files
Break long line
1 parent bfe5e3f commit b989b19

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Ledger/Conway/Specification/Certs.lagda.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,14 @@ data _⊢_⇀⦇_,POOL⦈_ : PoolEnv → PState → DCert → PState → Type wh
502502
503503
POOL-retirepool :
504504
────────────────────────────────
505-
pp ⊢ ⟦ pools , fPools , retiring ⟧ ⇀⦇ retirepool kh e ,POOL⦈ ⟦ pools , fPools , ❴ kh , e ❵ ∪ˡ retiring ⟧
505+
pp ⊢ ⟦ pools
506+
, fPools
507+
, retiring
508+
⟧ ⇀⦇ retirepool kh e ,POOL⦈ ⟦
509+
pools
510+
, fPools
511+
, ❴ kh , e ❵ ∪ˡ retiring
512+
506513
```
507514

508515

0 commit comments

Comments
 (0)