Skip to content

Commit

Permalink
fix: add missing entries!
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Feb 2, 2025
1 parent 3c577cf commit 8d072d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ Additions to existing modules
module Section (surj : Surjective ≈₁ ≈₂ f)
```

* In `Function.Construct.Symmetry`:
```agda
isBijectionWithoutCongruence : (IsBijection ≈₁ ≈₂ f) → IsBijection ≈₂ ≈₁ section
bijectionWithoutCongruence : (Bijection R S) → IsBijection S R
```

* In `Function.Properties.Bijection`:
```agda
sym : Bijection S T → Bijection T S
Expand Down

0 comments on commit 8d072d6

Please sign in to comment.