Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when parsing multi-document files. Since parsing is lazy, just using `do` results in the file being closed before parsing happens. Leaving the file open and wating for the finalizer to close it was deemed undesirable.
- Loading branch information