[Haskell-cafe] Template Haskell and Types
Gracjan Polak
gracjan at acchsh.com
Tue Sep 13 12:03:39 EDT 2005
Simon Peyton-Jones wrote:
> | > putStrLn $(mysplice ''MyData)
> | >
> |
> | Thanks for responses. Is there any up-to-date documentation avaliable?
>
> Template Haskell is, alas, poorly documented. I would really welcome
> someone to volunteer to help write better documentation. Meanwhile, as
> the user manual says, the stuff about quoting names is described in a
> design note http://research.microsoft.com/~simonpj/tmp/notes2.ps
Thanks. With haddoc documentation it is quite easy to translate old
names to new names and guess the meanning of others.
Next quiestion is: how do I debug my macros? When I make some error in
my program, I get coredump (or the windows equivalent)?
--
Gracjan
More information about the Haskell-Cafe
mailing list