Claus Reinke wrote:
the mapException approach
I'm afraid it won't work as you hope for functions that return lazy data
structures. The 'evaluate' implicit in mapException only catches
top-level errors/exceptions, like 'seq' and not like 'deepSeq'.
-Isaac