Hi everyone, I am quite new to template haskell and I am still trying to get the hang of it. How can I achieve something like the following Common Lisp code ? `(,fn ,arg1 ,arg2) Or is there a more Haskelley way of doing this ? Cheers, Jose