Features
- Reintroduces the
Maybe
monad, typed! - Introduces converters from one type to another
- Adds
mypy
plugin to type decorators - Complete rewrite of
Result
types - Partial API change, now
Success
andFailure
are not types, but functions - New internal types introduced:
FixableContainer
andValueUnwrapContainer
Bugfixes
- Fixes issue when you could return
IO
container fromResult.bind
- Fixes
@pipeline
return type
Misc
- Reapplied all types to
.py
files - Improved docs about
IO
andContainer
concept - Adds docs about container composition
- Moves from
Alpha
toBeta