Another question regarding Template Haskell

12 Jan
2003
12 Jan
'03
9:50 p.m.
Would it be possible to write a function "showFun" such that one could write a program f x y = x +y -- say main = putStrLn (show $(showFun f)) and the result of this program would be "f" I don't think it's possible at the moment because one can't reify expressions. Sean Seefried p.s. If I'm posting to the wrong group, I apologise, it's just that template-haskell doesn't seem to be a mail group just yet. I've posted to it and haven't seen any of my postings appear yet.
8164
Age (days ago)
8164
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Seefried