Discussion about Template Haskell
template-haskell.haskell.org
(
List home) (
Recent threads) (
38 other Haskell lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- This list contains about 752 messages, beginning Jan 2003
- This list doesn't seem to be active
Discussion about Template Haskell
February 2004
Simon Peyton-Jones — 107581649803 Feb 2004*
All true! Good suggestions. Are you getting on all right with TH now. The mailing list has been rather quiet recently. Simonabovechange...
Eelco Visser — 107649303711 Feb 2004
[Papers about Template Haskell would fit very well in this conference.] SECOND CALL FOR PAPERS -- Third International Conference on Generative Program...
Duncan Coutts — 107702687317 Feb 2004*
All, So I'd like to persuade people of the desirability of being able to reify values/functions. :-) I've now got two ways of potentially doin...
Kamil Skalski — 107764767824 Feb 2004
Hello! I'm developer of meta-programming system in a new language Nemerle. As we are coming near to implementation of lexical scoping and alpha-re...
Simon Peyton-Jones — 107772331225 Feb 2004*
Kamil Thanks for your email.the above | code is used? Answer 1: Binding is resolved before any expansion or translation. So in \x -> $(f [...
Simon Peyton-Jones — 107778218926 Feb 2004
| > | using x val body = [| do { (var x) <- val; body; (var x).Dispose () }body'?'val'whichcounterpart | would b...