From: David C. <dw...@dw...> - 2005-09-10 03:35:52
|
Greetings, I was wondering about accessing the NSLog() function from hoc, which got me wondering about functions with va_list signatures from C. Is it possible to have such functions in Haskell? I've read the example of printf which requires a TH approach; I don't know the status of other such functions, but it seems like a similar approach would be necessary. Thanks, David Christensen |