Skip to content

Commit 16ea829

Browse files
committed
CHANGELOG for #1950
1 parent e69ee9e commit 16ea829

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3079,6 +3079,13 @@ This is a full list of proofs that have changed form to use irrelevant instance
30793079
↭-reverse : (xs : List A) → reverse xs ↭ xs
30803080
```
30813081

3082+
* Added new proofs to `Data.List.Relation.Binary.Sublist.Setoid.Properties`
3083+
and `Data.List.Relation.Unary.Sorted.TotalOrder.Properties`.
3084+
```agda
3085+
⊆-mergeˡ : ∀ xs ys → xs ⊆ merge _≤?_ xs ys
3086+
⊆-mergeʳ : ∀ xs ys → ys ⊆ merge _≤?_ xs ys
3087+
```
3088+
30823089
* Added new file `Relation.Binary.Reasoning.Base.Apartness`
30833090

30843091
This is how to use it:

0 commit comments

Comments
 (0)