Skip to content

Commit

Permalink
simplify an import
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Feb 14, 2025
1 parent 635e5bd commit 1053da1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/literature/100-theorems.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ theorem.

```agda
open import foundation.cantor-schroder-bernstein-escardo using
( Cantor-Schröder-Bernstein-Escardó)
open import foundation.cantor-schroder-bernstein-escardo using
( Cantor-Schröder-Bernstein)
( Cantor-Schröder-Bernstein-Escardó ;
Cantor-Schröder-Bernstein)
```

### 44. The binomial theorem {#44}
Expand Down
5 changes: 2 additions & 3 deletions src/literature/1000plus-theorems.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ theorem.

```agda
open import foundation.cantor-schroder-bernstein-escardo using
( Cantor-Schröder-Bernstein-Escardó)
open import foundation.cantor-schroder-bernstein-escardo using
( Cantor-Schröder-Bernstein)
( Cantor-Schröder-Bernstein-Escardó ;
Cantor-Schröder-Bernstein)
```

### Cantor's theorem {#Q474881}
Expand Down

0 comments on commit 1053da1

Please sign in to comment.