dbrattli / Expression

Pragmatic functional programming for Python inspired by F#
https://expression.readthedocs.io
MIT License
421 stars 30 forks source link

fix python 3.9 compatibility #117

Closed yuuuxt closed 1 year ago

yuuuxt commented 1 year ago

Currently python 3.9 cannot use this package at all - import expression doesn't work. Either fixing it or removing 3.9 support is needed.

Fix is provided by @aiq-kgielow, just helping create a PR. See #107 for details.