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
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'
>
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