Skip to content

Commit 013ee80

Browse files
chore: New Prettier formatting (#1733)
Resolves #1731.
1 parent fc5684f commit 013ee80

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/MIXFIX-OPERATORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Below, we outline a list of general rules when assigning associativities.
177177
| 16 | Right homotopy whiskering `_·r_` |
178178
| 15 | Parametric multiplicative operators like `_×_`,`_×∗_`, `_∧_`, `_∧∗_`, `_*_`, function composition operators like `_∘_`,`_∘∗_`, `_∘e_`, and `_∘iff_`, concatenation operators like `_∙_` and `_∙h_` |
179179
| 10 | Parametric additive operators like `_+_`, `_∨_`, `_∨∗_`, list concatenation, monadic bind operators for the type checking monad |
180-
| 6 | Parametric relational operators like `_=_`, `_~_`, `_≃_`, `_⇔_`, and `_↔_`, elementhood relations, subtype relations |
181-
| 5 | Directed function type-like formation operators, e.g. `_⇒_`, `_↪_`, `_→∗_`, `_↠_`, `_↪ᵈ_`, and `_⊆_` |
180+
| 6 | Parametric relational operators like `_=_`, `_~_`, `_≃_`, `_⇔_`, and `_↔_`, elementhood relations, subtype relations |
181+
| 5 | Directed function type-like formation operators, e.g. `_⇒_`, `_↪_`, `_→∗_`, `_↠_`, `_↪ᵈ_`, and `_⊆_` |
182182
| 3 | The pairing operators `_,_` and `_,ω_` |
183183
| 0-1 | Reasoning syntaxes |
184184
| -∞ | Function type formation `_→_` |

src/foundation-core/propositions.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ $n$-[types](foundation-core.truncated-types.md).
417417
| [Dependent sum](foundation.dependent-pair-types.md) | `Σ` | `Σ-Prop` |
418418
| [Dependent product](foundation.dependent-function-types.md) | `Π` | `Π-Prop` |
419419
| [Functions](foundation-core.function-types.md) | `` | `` |
420-
| [Logical equivalence](foundation.logical-equivalences.md) | `` | `` |
420+
| [Logical equivalence](foundation.logical-equivalences.md) | `` | `` |
421421
| [Product](foundation-core.cartesian-product-types.md) | `×` | `product-Prop` |
422422
| [Join](synthetic-homotopy-theory.joins-of-types.md) | `*` | `join-Prop` |
423423
| [Exclusive sum](foundation.exclusive-sum.md) | `exclusive-sum` | `exclusive-sum-Prop` |

src/foundation/cantor-schroder-bernstein-decidable-embeddings.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ module _
284284
## Theorem
285285

286286
It follows from the weak limited principle of omniscience that, for every pair
287-
of mutual decidable embeddings `f : A ↪ B` and `g : B ↪ A`, it is decidable
288-
for every element `x : A` whether `x` is a perfect image of `g` relative to `f`.
287+
of mutual decidable embeddings `f : A ↪ B` and `g : B ↪ A`, it is decidable for
288+
every element `x : A` whether `x` is a perfect image of `g` relative to `f`.
289289
Applying this fact to the Cantor-Schröder-Bernstein construction, we conclude
290290
with the main result.
291291

src/foundation/equivalences.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ open import foundation-core.type-theoretic-principle-of-choice
4949
### Any equivalence is an embedding
5050

5151
We already proved in `foundation-core.equivalences` that equivalences are
52-
embeddings. Here we have `_↪_` available, so we record the map from
53-
equivalences to embeddings.
52+
embeddings. Here we have `_↪_` available, so we record the map from equivalences
53+
to embeddings.
5454

5555
```agda
5656
module _

src/foundation/perfect-images.lagda.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ of `g`.
6464

6565
This concept is used in the
6666
[Cantor–Schröder–Bernstein construction](foundation.cantor-schroder-bernstein-decidable-embeddings.md)
67-
to construct an equivalence of types `A ≃ B` given mutual embeddings
68-
`f : A ↪ B` and `g : B ↪ A`.
67+
to construct an equivalence of types `A ≃ B` given mutual embeddings `f : A ↪ B`
68+
and `g : B ↪ A`.
6969

7070
## Definitions
7171

@@ -478,9 +478,9 @@ module _
478478

479479
It follows from the
480480
[weak limited principle of omniscience](foundation.weak-limited-principle-of-omniscience.md)
481-
that, for every pair of mutual decidable embeddings `f : A ↪ B` and
482-
`g : B ↪ A`, it is decidable for every element `x : A` whether `x` is a perfect
483-
image of `g` relative to `f`.
481+
that, for every pair of mutual decidable embeddings `f : A ↪ B` and `g : B ↪ A`,
482+
it is decidable for every element `x : A` whether `x` is a perfect image of `g`
483+
relative to `f`.
484484

485485
```agda
486486
module _

src/foundation/propositions.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $n$-[types](foundation-core.truncated-types.md).
116116
| [Dependent sum](foundation.dependent-pair-types.md) | `Σ` | `Σ-Prop` |
117117
| [Dependent product](foundation.dependent-function-types.md) | `Π` | `Π-Prop` |
118118
| [Functions](foundation-core.function-types.md) | `` | `` |
119-
| [Logical equivalence](foundation.logical-equivalences.md) | `` | `` |
119+
| [Logical equivalence](foundation.logical-equivalences.md) | `` | `` |
120120
| [Product](foundation-core.cartesian-product-types.md) | `×` | `product-Prop` |
121121
| [Join](synthetic-homotopy-theory.joins-of-types.md) | `*` | `join-Prop` |
122122
| [Exclusive sum](foundation.exclusive-sum.md) | `exclusive-sum` | `exclusive-sum-Prop` |

0 commit comments

Comments
 (0)