[Haskell-cafe] Looking up functions inQ monad (Template Haskell).

Zefirov Sergey zefirov at prosoft.ru
Tue Aug 18 09:55:19 EDT 2009


Why isn't possible to lookup and call user-defined functions while performing Template Haskell actions?

Just like the way Template Haskell looks up and calls 'f' in $(f ...). 'f' gets looked up and called. And user of Q monad cannot do that.

A colleague of mine, a Lisp user, says that almost everything is in place. It's just not enabled.

Is there any problem we do not understand?


More information about the Haskell-Cafe mailing list