On Tue, Jun 28, 2011 at 5:15 PM, wren ng thornton <wren@freegeek.org> wrote:
I'd like to propose adding a variant of fdSeek which returns errors
directly instead of throwing an exception.
Why wouldn't you just wrap it in Control.Exception.try instead? And what's so special about seeking that suggests that it needs an alternate entry point?
(In other words, I'm opposed to this proposal.)