We meet again chaitanya! You have been on this site for over a year and I am the only guy who talks to you ;-)
P.S. Have you seen parse-date on the AI repo at CMU? chronicity might learn a trick or two from it. FWIW, I rolled out my own thing built over local-time because I was strapped for time and had to make sure any 3rd party library worked 100% on our SOAP platform. A justifiable case of drive-by coding, you might say.
If I understand correctly, this allows the code catching an
exception to continue processing from the point the exception was thrown (i.e. the stack is not unwound). Does anyone know
if it is possible to perform this kind of exception handling in Haskell?