Skip to content

0.12.0

Compare
Choose a tag to compare
@suned suned released this 03 Apr 20:10
· 49 commits to master since this release
ef6ec49

Features

  • pfun.effect is now implemented in Cython, which greatly improves trampoline interpretation speed
  • pfun.maybe and pfun.either are now both tagged unions implemented through __bool__, which allows you to narrow the type using if statements instead of the more verbose isinstance

Fixes