dbrattli / Expression

Functional programming for Python
https://expression.readthedocs.io
MIT License
475 stars 31 forks source link

Add sort and sort_with methods to FrozenList #39

Closed tobricz closed 3 years ago

tobricz commented 3 years ago

It seems that pyright has problem with self.value argument type when checking sorted method. Any hint how to make pyright happy?

dbrattli commented 3 years ago

@tobricz I've fixed the typing errors in #40 so closing this PR. Your commits are included in that PR.