[Haskell-cafe] Template Haskell and Types
Duncan Coutts
duncan.coutts at worcester.oxford.ac.uk
Mon Sep 26 04:58:53 EDT 2005
On Mon, 2005-09-26 at 10:36 +0200, Gracjan Polak wrote:
> Simon Peyton-Jones wrote:
> > Hmm. Q is a monad, so I think
> > fail :: Monad m => String -> m a
> > will do the job.
> >
> > 'recover' should catch the exception, and let you try something else.
>
> So I think I have bug report :)
>
> Haskell-cafe is probably wrong place for this, where do I go now with my
> failing test cases?
glasgow-haskell-bugs at haskell.org
or if it's not clear if it's a bug or not you could ask for advice on:
template-haskell at haskell.org
or
glasgow-haskell-users at haskell.org
Duncan
More information about the Haskell-Cafe
mailing list