Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix (return) type inference of Base.write
Just the "where {F <: Function}" change should be enough to correct type inference in theory, but Base.return_type still gave "Any" with just that change, so we're also adding a type assertion to the write method.
- Loading branch information