v1.0.1 - Improve Type Hinting
Fixed
- All interface methods now, through the magic of dependent imports, specify
that they should return implementation instances. This makes working with
functions specified to return aResult
or anOption
much easier (1780999)