Skip to content

Commit

Permalink
added changelog information
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermehas committed Feb 18, 2024
1 parent d855283 commit d72b95d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,8 @@ Additions to existing modules
```agda
⌊⌋-map′ : (a? : Dec A) → ⌊ map′ t f a? ⌋ ≡ ⌊ a? ⌋
```

* Added new definition in `Data.Maybe.Relation.Unary.AllBoth`:
```agda
data AllBoth (P : Pred A p) (Q : Set q) : Pred (Maybe A) (a ⊔ p ⊔ q)
```

0 comments on commit d72b95d

Please sign in to comment.