Skip to content

Commit 44bb5c6

Browse files
kevmoolrhn
authored andcommitted
[collection] explicitly make BoolList abstract interface (#875)
It couldn't be extended in practice since it doesn't have a public constructor Also made the only implementations final
1 parent 8a44891 commit 44bb5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/collection/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Optimize equality and hash code for maps by using `update` and a `values`
99
iterator to avoid extra lookups.
1010
- Add `PriorityQueue.of` constructor and optimize adding many elements.
11+
- Address diagnostics from `strict_top_level_inference`.
1112

1213
## 1.19.1
1314

0 commit comments

Comments
 (0)