Re: [Haskell-cafe] How to use Control.Failure?

2009-12-19 Thread Michael Snoyman
On Sat, Dec 19, 2009 at 4:46 PM, ntupel wrote: > I have looked at the recently released Control.Failure library but I > admit, I couldn't understand it completely. So given the example > below, how would Control.Failure help me here? > > Thanks, > nt > > > -- Theirs (other library code stubs) > d

[Haskell-cafe] How to use Control.Failure?

2009-12-19 Thread ntupel
I have looked at the recently released Control.Failure library but I admit, I couldn't understand it completely. So given the example below, how would Control.Failure help me here? Thanks, nt -- Theirs (other library code stubs) data TheirError = TheirErrorCase deriving Show data TheirData = Th