0.12.0
Features
pfun.effect
is now implemented in Cython, which greatly improves trampoline interpretation speedpfun.maybe
andpfun.either
are now both tagged unions implemented through__bool__
, which allows you to narrow the type usingif
statements instead of the more verboseisinstance
Fixes
aiohttp
dependency version is increased to 3.7.4 to avoid open redirect vulnerability