Skip to content

Commit

Permalink
fixed CHANGELOG: added missing lemma name from agda#2517
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Dec 30, 2024
1 parent c98fdad commit 5180e40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,9 @@ Additions to existing modules
* In `Data.List.Relation.Binary.Sublist.Setoid.Properties`:
```agda
module ⊆-Reasoning
concat⁺ : Sublist _⊆_ ass bss → concat ass ⊆ concat bss
all⊆concat : (xss : List (List A)) → All (_⊆ concat xss) xss
concat⁺ : Sublist _⊆_ ass bss → concat ass ⊆ concat bss
xs∈xss⇒xs⊆concat[xss] : xs ∈ xss → xs ⊆ concat xss
all⊆concat : (xss : List (List A)) → All (_⊆ concat xss) xss
```

* In `Data.List.Relation.Unary.All.Properties`:
Expand Down

0 comments on commit 5180e40

Please sign in to comment.