Re: haskell and exceptions

1998-01-29 Thread Ralf Hinze
Matthias Fischmann writes ... > I am now trying to learn Haskell for half a week and I like it a lot. > But I still did not find out too much about exception handling. Is it > possible that there is no ml-like mechanism with `raise' and `handle' > built in? Yes, I know about types like > > data

Re: haskell and exceptions

1998-01-29 Thread Dave Tweed
On Thu, 29 Jan 1998, Ralf Hinze wrote: > Matthias Fischmann writes ... > > > I am now trying to learn Haskell for half a week and I like it a lot. > > But I still did not find out too much about exception handling. Is it > > possible that there is no ml-like mechanism with `raise' and `handle' >

haskell and exceptions

1998-01-28 Thread Matthias Fischmann
Hi all, I am now trying to learn Haskell for half a week and I like it a lot. But I still did not find out too much about exception handling. Is it possible that there is no ml-like mechanism with `raise' and `handle' built in? Yes, I know about types like data Result t = ERROR | Yes t and I